Skip to main content

write_with_len_prefix

Function write_with_len_prefix 

Source
async fn write_with_len_prefix<T: Serialize>(
    writer: &mut SnapshotPayloadWriter,
    data: &T,
) -> BackupResult<()>