Function postcard_bytes_with_padding

Source
pub fn postcard_bytes_with_padding<T: Serialize>(
    data: &T,
    padding: Padding,
) -> Result<Vec<u8>>
Expand description

Serialize data using postcard and then pad it to be word aligned.