Trait engine_traits::UserCollectedProperties[][src]

pub trait UserCollectedProperties: DecodeProperties {
    fn get(&self, index: &[u8]) -> Option<&[u8]>;
fn len(&self) -> usize; fn is_empty(&self) -> bool { ... } }

Required methods

fn get(&self, index: &[u8]) -> Option<&[u8]>[src]

fn len(&self) -> usize[src]

Loading content...

Provided methods

fn is_empty(&self) -> bool[src]

Loading content...

Implementors

Loading content...