Type Definition json_syntax::String

source · []
pub type String = SmallString<[u8; 16]>;
Expand description

String.

Trait Implementations

Print the value with Options::pretty options.
Print the value with Options::compact options.
Print the value with Options::inline options.
Print the value with the given options.