cgp_type/
lib.rs

1#![no_std]
2
3mod impls;
4mod traits;
5
6pub use impls::{UseDelegatedType, UseType, WithDelegatedType, WithType};
7pub use traits::{HasType, ProvideType, TypeComponent, TypeOf};