Type Definition ddi::ServiceFactory

source ·
pub type ServiceFactory = Box<dyn FnOnce(&mut dyn ServiceResolver) -> DDIResult<Box<dyn Any + Send>> + Send + 'static>;