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

pub trait FloatCast {
    fn op_float(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_float(&self) -> Result<Float, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors