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

pub trait Discard {
    fn meth_discard(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_meth_discard(&self) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors