Type Definition der::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Result type.

Trait Implementations§

The resulting type after applying the + operator.
Performs the + operation. Read more
The resulting type after applying the - operator.
Performs the - operation. Read more