1 unstable release
0.1.0 | Dec 22, 2022 |
---|
#99 in #enum
63 downloads per month
Used in 2 crates
3KB
Contains the traits TryAsRef
, TryAsMut
and TypedContainer
, used by the crate try_as to simplfy dealing with enums enumerating types.
See the the crate documentation for more information and documentation on how to use the traits.
lib.rs
:
Contains the traits TryAsRef
, TryAsMut
and TypedContainer
, used by the crate try_as to simplfy dealing with enums enumerating types.
See the the crate documentation for more information and documentation on how to use the traits.