Type Definition der::Result[][src]

type Result<T> = Result<T, Error>;
Expand description

Result type.

Trait Implementations

The resulting type after applying the + operator.

Performs the + operation. Read more