traitful 0.3.0

A collection of helper macros for trait patterns
Documentation
1
2
3
4
5
6
7
8
9
mod bound_generics_type;
mod generic_arg;
mod remove_arg_patterns;
mod unwrap;

pub(crate) use self::{
    bound_generics_type::BoundGenericsType, generic_arg::generic_arg,
    remove_arg_patterns::remove_arg_patterns, unwrap::unwrap,
};