[][src]Trait at_commands::builder::Nameable

pub trait Nameable {
    const NAME_SUFFIX: &'static [u8];
}

A trait that can be implemented for marker structs to indicate that the command is ready to be named.

Associated Constants

const NAME_SUFFIX: &'static [u8]

The data that must be put after a name to comply with the type of command that is named.

Loading content...

Implementors

impl Nameable for Execute[src]

impl Nameable for Query[src]

impl Nameable for Set[src]

impl Nameable for Test[src]

Loading content...