Skip to main content

checkpoint_manifest_bytes

Function checkpoint_manifest_bytes 

Source
pub fn checkpoint_manifest_bytes(
    manifest: &CheckpointManifest,
) -> Result<Vec<u8>, Error>
Expand description

Exact canonical bytes persisted for a checkpoint manifest.

ยงErrors

Returns an error when the manifest cannot be represented as JSON.