Trait splr::types::PropertyDereference[][src]

pub trait PropertyDereference<I, O: Sized> {
    fn derefer(&self, key: I) -> O;
}

Required methods

fn derefer(&self, key: I) -> O[src]

Loading content...

Implementors

Loading content...