Function pythnet_sdk::wire::to_vec

source ยท
pub fn to_vec<T, B>(value: &T) -> Result<Vec<u8>, SerializerError>
where T: Serialize, B: ByteOrder,