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

pub trait LengthHint {
    fn op_length_hint(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_length_hint(&self) -> Result<Integer, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors