pub trait SessionService {
// Required method
fn session_run(
&mut self,
ctx: RpcContext<'_>,
req: SessionRunRequest,
sink: UnarySink<SessionRunResponse>,
);
}
pub trait SessionService {
// Required method
fn session_run(
&mut self,
ctx: RpcContext<'_>,
req: SessionRunRequest,
sink: UnarySink<SessionRunResponse>,
);
}