cgp_type/impls/
mod.rs

1
2
3
4
5
pub mod use_delegated_type;
pub mod use_type;

pub use use_delegated_type::*;
pub use use_type::*;