pub type Result<T> = Result<T, SetupError>;Expand description
Result type alias for cargo-setupx operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SetupError),
}pub type Result<T> = Result<T, SetupError>;Result type alias for cargo-setupx operations
pub enum Result<T> {
Ok(T),
Err(SetupError),
}