Function encode_update_with_guid

Source
pub fn encode_update_with_guid<S: AsRef<str>>(
    update: Vec<u8>,
    guid: S,
) -> JwstCodecResult<Vec<u8>>