struct Ok(T)
- Ok(T)
- Struct
- Value
- Object
Included Modules
Defined in:
result.crConstructors
Instance Method Summary
- #clone
- #copy_with(value _value = @value)
- #err?
- #map(&block : T -> U) forall U
- #map_err(&)
- #ok?
- #or(res)
- #unwrap
- #unwrap_err
- #value : T