[][src]Trait nrf52_bin_logger::senders::Sender

pub trait Sender: Default + Sealed { }

The Sender trait represents options for sending from the nRF52 to another device. This is commonly used for logging.

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

Implementors

impl Sender for NullSender[src]

impl<T, BUFSZ> Sender for RealSender<T, BUFSZ> where
    T: Serialize,
    BUFSZ: ArrayLength<u8>, 
[src]

Loading content...