jetstream_rpc
pub trait Handler<T: WireFormat> { // Required method fn call(self, context: Context<T>); }