pub trait ScalarValue { }Expand description
The rust type for scalar json node, which can used after operator | to read,
or/and operator << to write. Only support i64 for integer, to make use literal
number more convenient.
pub trait ScalarValue { }The rust type for scalar json node, which can used after operator | to read,
or/and operator << to write. Only support i64 for integer, to make use literal
number more convenient.