Crates.io | try_as_traits |
lib.rs | try_as_traits |
version | 0.1.0 |
source | src |
created_at | 2022-12-22 11:27:11.445774 |
updated_at | 2022-12-22 11:27:11.445774 |
description | Traits to ease using enums whose sole purpose is to enumerate a set of types. |
homepage | https://github.com/Nearoo/try_as |
repository | https://github.com/Nearoo/try_as |
max_upload_size | |
id | 743839 |
size | 3,806 |
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.