Skip to main content

StreamGetFn

Type Alias StreamGetFn 

Source
pub type StreamGetFn<'a, T> = dyn FnMut() -> Option<T> + 'a;