pub async fn encode<E: Encode + ?Sized>(value: &E) -> Vec<u8> ⓘ
Encodes a value in a Vec using default configuration
Vec