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

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

Required Methods

Implementors