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

pub trait Close {
    fn meth_close(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_meth_close(&self) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors