forward_ready

Macro forward_ready 

Source
macro_rules! forward_ready {
    ($field:ident) => { ... };
    ($field:ident, $err:expr) => { ... };
}
Expand description

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