Searched defs:StringSubscriber (Results 1 – 1 of 1) sorted by relevance
23 pub(crate) struct StringSubscriber(&'static str); struct25 impl Subscriber for StringSubscriber { implementation