Struct zstd::stream::raw::Status [−][src]
Describes the result of an operation.
Fields
remaining: usize
Number of bytes expected for next input.
This is just a hint.
bytes_read: usize
Number of bytes read from the input.
bytes_written: usize
Number of bytes written to the output.