[][src]Trait map_struct::Mappable

pub unsafe trait Mappable: Sized {
    fn mapped(data: &[u8]) -> Option<(&Self, &[u8])> { ... }
}

Provided methods

fn mapped(data: &[u8]) -> Option<(&Self, &[u8])>

Loading content...

Implementors

Loading content...