Type Definition Result
simple_tlv
type Result<T> = Result<T, Error>;
Result type.
impl Add<Length> for Result<Length>
type Output = Self
The resulting type after applying the + operator.
+
fn add(self, other: Length) -> Self
Performs the + operation. Read more