Searched defs:StringLayer2 (Results 1 – 1 of 1) sorted by relevance
17 struct StringLayer2(&'static str); struct18 impl<S: Subscriber> Layer<S> for StringLayer2 {} implementation