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