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 Debug for NoError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for NoError
[src]
impl Display for NoError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for NoError
[src]
impl Error for NoError