pub fn load(source: &[u8]) -> Option<Vec<SchemaRecord>>Expand description
Cached records for this source (SDL text or introspection JSON bytes), or
None on any miss (absent, stale magic, corrupt).
pub fn load(source: &[u8]) -> Option<Vec<SchemaRecord>>Cached records for this source (SDL text or introspection JSON bytes), or
None on any miss (absent, stale magic, corrupt).