Trait astarte_device_sdk::interface::mapping::InterfaceMapping
source · pub trait InterfaceMapping {
// Required method
fn endpoint(&self) -> &Endpoint<String>;
}Expand description
Mapping of an interface.