macro_rules! declare_service { ($service_impl: ty) => { ... }; }
Declare that this crate is a JAM service characterized by $service_impl and create necessary entry points.
$service_impl