pub trait Service:
Serialize
+ DynClone
+ Debug
+ 'static {
// Required method
fn to_string(&self) -> String;
}pub trait Service:
Serialize
+ DynClone
+ Debug
+ 'static {
// Required method
fn to_string(&self) -> String;
}