forward_shutdown

Macro forward_shutdown 

Source
macro_rules! forward_shutdown {
    ($field:ident) => { ... };
}
Expand description

An implementation of crate::Service::shutdown that forwards shutdown checks to a field.