Skip to main content

ReadHandler

Type Alias ReadHandler 

Source
pub type ReadHandler<'a, T> = &'a mut dyn FnMut(&[T]) -> Flow;