Skip to main content

factory

Macro factory 

Source
macro_rules! factory {
    ($factory:expr) => { ... };
}
Expand description

Register a factory (concrete type, new instance each resolution)

§Example

factory!(|| RequestLogger::new());