Type Alias String

Source
pub type String = String;

Aliased Type§

struct String { /* private fields */ }

Trait Implementations§

Source§

impl<T, U> Foldable<T, U> for String

Source§

type Mapped = String

Source§

fn fold<F: Fold<T, TargetU = U> + ?Sized>( self, _folder: &mut F, ) -> Result<Self::Mapped, F::Error>

Source§

impl From<Identifier> for String

Source§

fn from(id: Identifier) -> String

Converts to this type from the input type.