Type Definition simple_tlv::Result[][src]

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.