☰
Result
Result
Trait Implementations
Add<Length>
Sub<Length>
In der
Modules
asn1
Structs
Any
DateTime
Decoder
Encoder
Error
Header
Length
TagNumber
Enums
Class
ErrorKind
Tag
TagMode
Traits
Choice
Decodable
DecodeValue
DerOrd
Encodable
EncodeValue
FixedTag
OrdIsValueOrd
Sequence
Tagged
ValueOrd
Type Definitions
Result
?
Type Definition
der
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Result type.
Trait Implementations
§
source
§
impl
Add
<
Length
> for
Result
<
Length
>
§
type
Output
=
Result
<
Length
,
Error
>
The resulting type after applying the
+
operator.
source
§
fn
add
(self, other:
Length
) -> Self
Performs the
+
operation.
Read more
source
§
impl
Sub
<
Length
> for
Result
<
Length
>
§
type
Output
=
Result
<
Length
,
Error
>
The resulting type after applying the
-
operator.
source
§
fn
sub
(self, other:
Length
) -> Self
Performs the
-
operation.
Read more