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

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

Required Methods

Implementors