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

pub trait ReflectedLeftShift {
    fn op_rlshift(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_rlshift(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors