Type Alias rustpython_ast::located::String

source ·
pub type String = String;

Aliased Type§

struct String { /* private fields */ }

Trait Implementations§

source§

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

§

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.