Type Alias rustup_toolchain::Result
source · pub type Result<T> = Result<T, Error>;Expand description
Shorthand for std::result::Result<T, rustup_toolchain::Error>.
Aliased Type§
enum Result<T> {
Ok(T),
Err(Error),
}pub type Result<T> = Result<T, Error>;Shorthand for std::result::Result<T, rustup_toolchain::Error>.
enum Result<T> {
Ok(T),
Err(Error),
}