to_vec

Function to_vec 

Source
pub fn to_vec<T: Serialize>(x: &T) -> Result<Vec<u8>, Error<Infallible>>
Expand description

Serializes a value using the SCALE encoding