Type Definition rhai::SmartString[][src]

type SmartString = SmartString<Compact>;

Trait Implementations

impl From<ImmutableString> for SmartString[src]

fn from(value: ImmutableString) -> Self[src]

Performs the conversion.