StreamOpen

Type Alias StreamOpen 

Source
pub type StreamOpen<T, U> = fn(&mut U, &str) -> T;
Expand description

Return a persistent T that is passed to all other Stream* functions, panic on errors.