Type Definition json_syntax::NumberBuf

source · []
pub type NumberBuf = SmallNumberBuf<NUMBER_CAPACITY>;
Expand description

Number buffer.

Trait Implementations

Print the value with Options::pretty options.

Print the value with the given options.