macro_rules! impl_service {
($type:ty, $name:expr) => { ... };
}
Expand description
Macro to implement the Service trait for a type
macro_rules! impl_service {
($type:ty, $name:expr) => { ... };
}
Macro to implement the Service trait for a type