Trait librsnek::api::method::BooleanCast [] [src]

pub trait BooleanCast {
    fn op_bool(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_bool(&self) -> Result<Boolean, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors