Trait librsnek::runtime::traits::StringProvider
[−]
[src]
pub trait StringProvider<T> {
fn str(&self, value: T) -> RtObject;
}