pub type Result<T> = Result<T, AttackError>;Expand description
Specialized Result type for ATT&CK operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AttackError),
}pub type Result<T> = Result<T, AttackError>;Specialized Result type for ATT&CK operations
pub enum Result<T> {
Ok(T),
Err(AttackError),
}