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