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

pub trait IntegerCast {
    fn op_int(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_int(&self) -> Result<Integer, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors