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

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

Required Methods

Implementors