Trait embedded_svc::mqtt::client::Event
source · pub trait Event: ErrorType {
// Required method
fn payload(&self) -> EventPayload<'_, Self::Error>;
}
pub trait Event: ErrorType {
// Required method
fn payload(&self) -> EventPayload<'_, Self::Error>;
}