[][src]Type Definition json_spanned_value::spanned::Str

type Str<'s> = Spanned<&'s str>;

Borrowed string like "abc" + span information

Trait Implementations

impl<'_> Borrow<str> for Str<'_>[src]