Macro impl_service

Source
macro_rules! impl_service {
    ($type:ty, $name:expr) => { ... };
}
Expand description

Macro to implement the Service trait for a type