pub async fn direct_message_impl<TYPES: NodeType, I: NodeImplementation<TYPES>>(
network: Arc<<I as NodeImplementation<TYPES>>::Network>,
message: Vec<u8>,
recipient: <TYPES as NodeType>::SignatureKey,
) -> Result<()>pub async fn direct_message_impl<TYPES: NodeType, I: NodeImplementation<TYPES>>(
network: Arc<<I as NodeImplementation<TYPES>>::Network>,
message: Vec<u8>,
recipient: <TYPES as NodeType>::SignatureKey,
) -> Result<()>