pub trait IcddContainerReader {
// Required method
fn read(&self, locator: &str) -> Result<ProjectAssembly, ICDDAssemblyError>;
}Expand description
Isolated seam for an ISO 21597-1 container reader.
Required Methods§
Sourcefn read(&self, locator: &str) -> Result<ProjectAssembly, ICDDAssemblyError>
fn read(&self, locator: &str) -> Result<ProjectAssembly, ICDDAssemblyError>
Reads external container data into an already-validated assembly.
§Errors
Returns a reader failure, including ICDDAssemblyError::IntegrationUnavailable.