Struct mqtt::encodable::NoError[][src]

pub struct NoError;

Error that indicates we won't have any errors

Trait Implementations

impl Debug for NoError
[src]

Formats the value using the given formatter. Read more

impl Display for NoError
[src]

Formats the value using the given formatter. Read more

impl Error for NoError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for NoError

impl Sync for NoError