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

pub trait SetDefault {
    fn meth_setdefault(
        &self,
        &Runtime,
        &RtObject,
        &RtObject
    ) -> Result<RtObject, Error> { ... } fn native_meth_setdefault(&self, &Type, &Type) -> Result<Type, Error> { ... } }

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors