Structs
- An adapter for implementing non-try methods via the
Try
implementation. - YeetExperimentalImplement
FromResidual<Yeet<T>>
on your type to enabledo yeet expr
syntax in functions returning your type.
Enums
Traits
- FromResidualExperimentalUsed to specify which residuals can be converted into which
crate::ops::Try
types. - ResidualExperimentalAllows retrieving the canonical type implementing
Try
that has this type as its residual and allows it to hold anO
as its output. - TryExperimentalThe
?
operator andtry {}
blocks.
Functions
- from_yeetExperimental