String

Type Alias String 

Source
pub type String = Spanned<String>;
Expand description

Owned string like "abc" + span information

Aliased Type§

pub struct String { /* private fields */ }

Trait Implementations§

Source§

impl Borrow<str> for String

Source§

fn borrow(&self) -> &str

Immutably borrows from an owned value. Read more