Type Alias advreader::FnReadBlockType

source ·
pub type FnReadBlockType = Option<Box<dyn Fn(Option<&[u8]>, &[u8], &mut Enumerate<Iter<'_, u8>>, usize, u8, &mut usize, u8) -> FnBlockReturnType + Send + 'static>>;

Aliased Type§

enum FnReadBlockType {
    None,
    Some(Box<dyn Fn(Option<&[u8]>, &[u8], &mut Enumerate<Iter<'_, u8>>, usize, u8, &mut usize, u8) -> (usize, isize, Option<Vec<AdvReturnValue>>) + Send>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Box<dyn Fn(Option<&[u8]>, &[u8], &mut Enumerate<Iter<'_, u8>>, usize, u8, &mut usize, u8) -> (usize, isize, Option<Vec<AdvReturnValue>>) + Send>)

Some value of type T.