//! Shared outcome type for *bounded* metadata probing: a format parser is given
//! only a `prefix` of the file (plus the true `file_len`) and either completes,
//! or reports the exact byte offset it must reach to continue.
/// Result of a bounded metadata probe.