Trait Notify

Source
pub trait Notify: Send {
    // Required method
    fn notify(&self);
}
Expand description

A trait for types which can be notified of new events. New events are accessible through the FileWatcher instance.

Required Methods§

Source

fn notify(&self)

Implementations on Foreign Types§

Source§

impl Notify for RpcPeer

Source§

fn notify(&self)

Implementors§