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

pub trait Enter {
    fn op_enter(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_enter(&self) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors