[][src]Trait fibers_rpc::server::HandleCast

pub trait HandleCast<T: Cast>: Send + Sync + 'static {
    fn handle_cast(&self, notification: T::Notification) -> NoReply;
}

This trait allows for handling notification RPC.

Required methods

fn handle_cast(&self, notification: T::Notification) -> NoReply

Handles a notification.

Loading content...

Implementors

Loading content...