Trait sc_network::service::traits::NotificationSenderReady
source · pub trait NotificationSenderReady {
// Required method
fn send(
&mut self,
notification: Vec<u8>,
) -> Result<(), NotificationSenderError>;
}
Expand description
Reserved slot in the notifications buffer, ready to accept data.