pub trait WrpcView: Send {
type Invoke: Invoke;
// Required method
fn wrpc(&mut self) -> WrpcCtxView<'_, Self::Invoke>;
}pub trait WrpcView: Send {
type Invoke: Invoke;
// Required method
fn wrpc(&mut self) -> WrpcCtxView<'_, Self::Invoke>;
}