☰
Result
Result
Trait Implementations
Add<Length>
Sub<Length>
In der
Modules
asn1
Structs
DateTime
Document
EncodeRef
EncodeValueRef
Error
Header
Length
SecretDocument
SliceReader
SliceWriter
TagNumber
Enums
Class
ErrorKind
Tag
TagMode
Traits
Decode
DecodeOwned
DecodeValue
DerOrd
Encode
EncodeValue
FixedTag
Reader
Tagged
ValueOrd
Writer
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