PayloadTypeExt

Trait PayloadTypeExt 

Source
pub trait PayloadTypeExt {
    // Required method
    fn data_lane_types(self) -> &'static [DataLaneType];
}
Expand description

PayloadType routing extension

Required Methods§

Source

fn data_lane_types(self) -> &'static [DataLaneType]

Get the list of supported DataLane types (ordered by priority)

Implementations on Foreign Types§

Source§

impl PayloadTypeExt for PayloadType

Source§

fn data_lane_types(self) -> &'static [DataLaneType]

Implementors§