Type Alias OnBytes

Source
pub type OnBytes<'o> = &'o mut dyn FnMut(u64, &[u8], &Link) -> ShouldBreak;