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