pub trait ServiceT: Send {
type Request: MessageT;
type Response: MessageT;
fn type_support() -> *const c_void;
}
pub trait ServiceT: Send {
type Request: MessageT;
type Response: MessageT;
fn type_support() -> *const c_void;
}