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

pub trait StringCast {
    fn op_str(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_str(&self) -> Result<String, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors