pub trait IntoP4Selection {
// Required method
fn into_selection(self) -> P4Selection;
}Expand description
Helper trait to convert common particle specifications into P4Selection instances.
Required Methods§
Sourcefn into_selection(self) -> P4Selection
fn into_selection(self) -> P4Selection
Convert the input into a P4Selection.