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