pub type DeclareExchange = Pin<Box<dyn Fn(Arc<Channel>) -> Pin<Box<dyn Future<Output = Result<()>> + Send>> + Send + Sync>>;
pub struct DeclareExchange { /* private fields */ }