pub fn import_ifc_session(
document: impl Into<String>,
bytes: &[u8],
) -> Result<EvidenceSession, IfcSessionError>Expand description
Parses strict IFC STEP bytes and binds an immutable exact-evidence session.
ยงErrors
Returns IfcSessionError when identity, strict parsing, schema validation,
source-neutral project construction, snapshot binding, or service registration fails.