Function serde_amp::to_amp

source ·
pub fn to_amp<T>(value: &T) -> Result<Vec<u8>, Error>where
    T: Serialize,