#![no_std]/*!
This crate defines the core CGP types and traits used to enable the core
CGP component implementation.
*/modtraits;modtypes;pubusetraits::{CanUseComponent, DelegateComponent, IsProviderFor};pubusetypes::{UseContext, UseDelegate, UseFields, WithContext, WithProvider};