pub fn parse_flow_ids(s: &str) -> Result<Vec<u64>, FilterError>Expand description
Parse a comma-separated list of hex flow IDs.
Each entry may be prefixed with 0x.
ยงErrors
Returns FilterError::InvalidFlowId for any non-hex token.
pub fn parse_flow_ids(s: &str) -> Result<Vec<u64>, FilterError>Parse a comma-separated list of hex flow IDs.
Each entry may be prefixed with 0x.
Returns FilterError::InvalidFlowId for any non-hex token.