ostd
0.16.0
Module util
Module Items
Enums
In crate ostd
ostd
Module
util
Copy item path
Source
Expand description
Utility types and methods.
Enums
ยง
Either
A type containing either a
Left
value
L
or a
Right
value
R
.