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