Trait iroh_blobs::provider::CustomEventSender  
source · pub trait CustomEventSender: Debug + Sync + Send + 'static {
    // Required methods
    fn send(&self, event: Event) -> BoxFuture<()>;
    fn try_send(&self, event: Event);
}Expand description
Trait for sending blob events.