pub type DirectMessageFn<TYPES> = Arc<dyn Fn(Vec<u8>, <TYPES as NodeType>::SignatureKey) -> BoxFuture<'static, Result<()>> + Send + Sync>;
pub struct DirectMessageFn<TYPES> { /* private fields */ }