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.

Implementors