[][src]Type Definition der::Result

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

Result type.

Trait Implementations

impl Add<Length> for Result<Length>[src]

type Output = Self

The resulting type after applying the + operator.