Trait at_commands::builder::Finishable [−][src]
pub trait Finishable { }Expand description
A trait that can be implemented for marker structs to indicate that the command is ready to be finished.
pub trait Finishable { }A trait that can be implemented for marker structs to indicate that the command is ready to be finished.
impl Finishable for Execute[src]impl Finishable for Query[src]impl Finishable for Set[src]impl Finishable for Test[src]