StreamSize

Type Alias StreamSize 

Source
pub type StreamSize<T> = fn(&mut T) -> i64;
Expand description

Return the total size of the stream in bytes. Panic on error.