pub trait PayloadTypeExt {
// Required method
fn data_lane_types(self) -> &'static [DataLaneType];
}Expand description
PayloadType routing extension
Required Methods§
Sourcefn data_lane_types(self) -> &'static [DataLaneType]
fn data_lane_types(self) -> &'static [DataLaneType]
Get the list of supported DataLane types (ordered by priority)