Skip to main content

encode_edit_with_options

Function encode_edit_with_options 

Source
pub fn encode_edit_with_options(
    edit: &Edit<'_>,
    options: EncodeOptions,
) -> Result<Vec<u8>, EncodeError>
Expand description

Encodes an Edit to binary format with the given options.