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

pub trait Id {
    fn op_id(&self, rt: &Runtime) -> Result<RtObject, Error> { ... }
    fn native_id(&self) -> ObjectId { ... }
}

Provided Methods

Implementors