Type Definition rust_releases_rust_dist::RustDistResult [−][src]
pub type RustDistResult<T> = Result<T, RustDistError>;Expand description
A result type which binds the RustDistError to the error type.
pub type RustDistResult<T> = Result<T, RustDistError>;A result type which binds the RustDistError to the error type.