Type Alias S

Source
pub type S = Boxed<String>;

Aliased Type§

struct S(pub String);

Fields§

§0: String