Skip to main content

WriteHandler

Type Alias WriteHandler 

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