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

pub trait Exit {
    fn op_exit(
        &self,
        &Runtime,
        &RtObject,
        &RtObject,
        &RtObject
    ) -> Result<RtObject, Error> { ... } fn native_exit(&self, &Type, &Type, &Type) -> Result<Type, Error> { ... } }

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors