Function encode

Source
pub fn encode<A>(action: A) -> Result<Vec<u8>, Error>
where A: Serialize,
Expand description

Serialize the change into a byte string.