macro_rules! forward_shutdown {
($field:ident) => { ... };
}
Expand description
An implementation of crate::Service::shutdown
that forwards shutdown checks to a field.
macro_rules! forward_shutdown {
($field:ident) => { ... };
}
An implementation of crate::Service::shutdown
that forwards shutdown checks to a field.