Struct atat::DefaultDigester[][src]

pub struct DefaultDigester { /* fields omitted */ }
Expand description

A Digester that tries to implement the basic AT standard. This digester should work for most usecases of ATAT.

Implements a request-response AT digester capable of working with or without AT echo enabled.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Command line termination character S3 (Default = b’\r’ ASCII: [013])

Response formatting character S4 (Default = b’\n’ ASCII: [010])

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

Performs the conversion.

Performs the conversion.

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.