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

pub trait Count {
    fn meth_count(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_meth_count(&self, &Type) -> Result<Integer, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors