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

pub trait Length {
    fn op_len(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_len(&self) -> Result<Integer, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors