Type Alias assembly_pack::txt::manifest::Result
source · pub type Result<T> = Result<T, Error>;
Available on crate feature
manifest
only.Expand description
The result type for this module
Aliased Type§
enum Result<T> {
Ok(T),
Err(Error),
}