enum Errand {
Send(SendArgs),
Listen(ListenArgs),
}Expand description
What this command is being lent the radio for.
Variants§
Send(SendArgs)
Listen(ListenArgs)
Trait Implementations§
Source§impl RadioErrand for Errand
impl RadioErrand for Errand
async fn run<R: Radio>( self, mac: &AsyncRefCell<Mac<TokioPlatform<R, TokioFileCounterStore, TokioFileKeyValueStore>, IDENTITIES, PEERS, CHANNELS, ACKS, TX, FRAME, DUP>>, identity: SoftwareIdentity, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for Errand
impl RefUnwindSafe for Errand
impl Send for Errand
impl Sync for Errand
impl Unpin for Errand
impl UnwindSafe for Errand
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more