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

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

Required Methods

Implementors