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.
pub fn encode_edit_with_options(
edit: &Edit<'_>,
options: EncodeOptions,
) -> Result<Vec<u8>, EncodeError>Encodes an Edit to binary format with the given options.