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

pub trait StringRepresentation {
    fn op_repr(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_repr(&self) -> Result<String, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors