saa_common

Function to_json_binary

source
pub fn to_json_binary<T>(data: &T) -> Result<Binary, AuthError>
where T: Serialize + ?Sized,