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

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

Required methods

Implementors