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

pub trait New {
    fn op_new(
        &self,
        &Runtime,
        &RtObject,
        &RtObject,
        &RtObject
    ) -> Result<RtObject, Error> { ... } fn native_new(&self, &Type, &Type, &Type) -> Result<Type, Error> { ... } }

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors