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