Trait librsnek::runtime::traits::DictProvider [] [src]

pub trait DictProvider<T> {
    fn dict(&self, value: T) -> RtObject;
}

Required Methods

Implementors