#type #enums #utiliy

try_as_traits

Traits to ease using enums whose sole purpose is to enumerate a set of types

1 unstable release

0.1.0 Dec 22, 2022

#588 in #enums

Download history 24/week @ 2024-02-15 31/week @ 2024-02-22 15/week @ 2024-02-29 36/week @ 2024-03-07 14/week @ 2024-03-14 18/week @ 2024-03-21 36/week @ 2024-03-28

104 downloads per month
Used in 2 crates

Custom license

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.

No runtime deps