Function encode_with_options

Source
pub fn encode_with_options<T: Encodable>(
    value: &T,
    options: &impl EncodeOptions,
) -> Vec<u8>