Trait librsnek::runtime::traits::PyTypeProvider
[−]
[src]
pub trait PyTypeProvider<T> {
fn pytype(&self, value: T) -> RtObject;
}