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

pub trait BytesCast {
    fn op_bytes(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_bytes(&self) -> Result<Bytes, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors