cgp-component 0.4.2-alpha

Core CGP traits and types used for implementing the CGP component system
Documentation
1
2
3
4
5
6
7
8
9
mod use_context;
mod use_delegate;
mod use_fields;
mod with_provider;

pub use use_context::{UseContext, WithContext};
pub use use_delegate::UseDelegate;
pub use use_fields::UseFields;
pub use with_provider::WithProvider;