Home
last modified time | relevance | path

Searched defs:PatternVec (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Dpattern_vec.rs17 pub struct PatternVec { struct
21 impl PatternVec { implementation
24 pub fn new(pattern_list: impl Into<String>) -> PatternVec { in new()