[][src]Trait nrf52_bin_logger::receivers::Receiver

pub trait Receiver: Default + Sealed { }

The Receiver trait represents options for receiving as the nRF52 from another device. This is commonly used for commands.

It is a sealed marker trait, and can not be implemented outside of this crate

Implementors

impl Receiver for NullReceiver[src]

impl<T, BUFSZ, MSGCT> Receiver for RealReceiver<T, BUFSZ, MSGCT> where
    BUFSZ: ArrayLength<u8>,
    MSGCT: ArrayLength<T>, 
[src]

Loading content...