Type Definition der::Result[][src]

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

Result type.

Trait Implementations

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

type Output = Self

The resulting type after applying the + operator.

fn add(self, other: Length) -> Self[src]

Performs the + operation. Read more