pub type Str = Box<str>;
Aliased Type§
struct Str(/* private fields */);
Trait Implementations§
Source§impl From<InlineShader> for Str
impl From<InlineShader> for Str
Source§fn from(v: InlineShader) -> Self
fn from(v: InlineShader) -> Self
Converts to this type from the input type.