macro_rules! stream_done {
($bytes:expr, $out:expr) => { ... };
($bytes:expr) => { ... };
}Expand description
Returns the result of encoding/decoding
macro_rules! stream_done {
($bytes:expr, $out:expr) => { ... };
($bytes:expr) => { ... };
}Returns the result of encoding/decoding