multi-trait-object 0.2.0

A type to store an object with all associated traits
Documentation
1
2
3
4
5
6
7
mod try_clone;
mod debug;
mod try_partial_eq;

pub use try_clone::*;
pub use debug::*;
pub use try_partial_eq::*;