SerializeFn

Type Alias SerializeFn 

Source
pub type SerializeFn = fn(&HashMap<String, Value>) -> Result<Vec<u8>, Box<dyn Error + Send + Sync>>;