deliver

Function deliver 

Source
async fn deliver<R: Radio>(
    mac: &AsyncRefCell<Mac<TokioPlatform<R, TokioFileCounterStore, TokioFileKeyValueStore>, IDENTITIES, PEERS, CHANNELS, ACKS, TX, FRAME, DUP>>,
    identity: SoftwareIdentity,
    target: PublicKey,
    args: &SendArgs,
) -> Result<()>
where R::Error: Debug,