Skip to main content

CospListener

Trait CospListener 

Source
pub trait CospListener: Send {
    // Required method
    fn responder(
        self,
    ) -> impl Future<Output = Result<(impl CospResponder, CospConnectionInformation, Option<Vec<u8>>), CospError>> + Send;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§