pub struct Status {
pub remaining: usize,
pub bytes_read: usize,
pub bytes_written: usize,
}Describes the result of an operation.
remaining: usizeNumber of bytes expected for next input.
This is just a hint.
Number of bytes read from the input.
Number of bytes written to the output.
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.