Struct homie_controller::Extension
source · [−]Expand description
A Homie extension supported by a device.
Fields
id: StringThe identifier of the extension. This should be a reverse domain name followed by some suffix.
version: StringThe version of the extension.
homie_versions: Vec<String>The versions of the Homie spec which the extension supports.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Extension
impl UnwindSafe for Extension
Blanket Implementations
Mutably borrows from an owned value. Read more