Struct mqtt::encodable::NoError
[−]
[src]
pub struct NoError;
Error that indicates we won't have any errors
Trait Implementations
impl Debug for NoError[src]
impl Display for NoError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more