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

pub trait Rounding {
    fn op_round(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_round(&self) -> Result<Number, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors