Function to_smartstring

Source
pub fn to_smartstring<T>(value: &T) -> Result<SmartString, CommonError>
where T: Serialize,
Expand description

Serialize to JSON SmartString using simd-json