pub struct ClientBuilder<Tx, T, D, const TIMER_HZ: u32, const BUF_LEN: usize, const RES_CAPACITY: usize, const URC_CAPACITY: usize> where
    Tx: Write<u8>,
    T: Timer<TIMER_HZ>,
    D: Digester
{ /* private fields */ }
Expand description

Builder to set up a Client and IngressManager pair.

Create a new builder through the new method.

Implementations

Create a builder for new Atat client instance.

The serial_tx type must implement the embedded_hal serial::Write<u8> trait while the timer must implement the fugit_timer::Timer trait.

Set up and return a Client and IngressManager pair.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.