macro_rules! singleton_container {
($($service:expr),* $(,)?) => { ... };
}Expand description
Convenience macro for building containers with singletons
macro_rules! singleton_container {
($($service:expr),* $(,)?) => { ... };
}Convenience macro for building containers with singletons