macro_rules! create_dependency {
    () => { ... };
}
Expand description

Dependency Initializer You must initialize this in crate::dependencies with Whatever dependency container you want.