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

pub trait StringFormat {
    fn op_format(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_format(&self) -> Result<String, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors