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

pub trait Hashed {
    fn op_hash(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_hash(&self) -> Result<HashId, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors