//! Error type returned while resolving a manifest resource into a
//! container specification.
/// Shorthand alias for `std::result::Result<T, SpecError>`.
pub type Result<T> = Result;
/// Errors raised while building a [`crate::ContainerSpec`] from a
/// manifest resource declaration.