[−][src]Type Definition sp_runtime::RuntimeString
type RuntimeString = Cow<'static, str>;
A String that is a &'static str
on no_std
and a Cow<'static, str>
on std
.
type RuntimeString = Cow<'static, str>;
A String that is a &'static str
on no_std
and a Cow<'static, str>
on std
.