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

pub trait Extend {
    fn meth_extend(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_meth_extend(&self, &Type) -> Result<None, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors