[][src]Trait atat::prelude::_atat_AtatResp

pub trait _atat_AtatResp { }

This trait needs to be implemented for every response type.

Example:

use atat::AtatResp;

pub struct GreetingText {
    pub text: heapless::String<heapless::consts::U64>,
}

impl AtatResp for GreetingText {}

Implementors

Loading content...