Skip to main content

schema_dump

Function schema_dump 

Source
pub async fn schema_dump(
    store: &SchemaStore,
    session: &Session,
    slices: Option<&SliceSet>,
    producer: &str,
    type_filter: Option<&str>,
    full: bool,
) -> SchemaDump
Available on crate feature decode only.
Expand description

Dump one producer’s served describe reply (issue #51), joined against its registry slice so the RFC 08 §7 totality gap is visible where the user is already looking.

A producer serving no describe yields served: false — the honest degradation, never an error: §7 is a SHOULD, and silence about a type is not a claim about it.

slices: None means no registry was loaded, and missing comes back None with it: a totality gap computed against nothing is vacuously empty, and rendering that as “nothing missing” would report a verdict never obtained (RFC 09 §5.1 O4; #246).