option_of_bytes

Function option_of_bytes 

Source
pub fn option_of_bytes<T: ?Sized + Debug + Serialize>(t: &T) -> Option<Vec<u8>>
Expand description

Convert a type into byte representation such as Addr The type needs to be serde json serializable - uses bincode underneath.