Searched defs:SimpleTextOutputProtocol (Results 1 – 4 of 4) sorted by relevance
24 pub struct SimpleTextOutputProtocol; struct26 impl ProtocolInfo for SimpleTextOutputProtocol { implementation
116 ### SimpleTextOutputProtocol subsection
114 pub type SimpleTextOutputProtocol = MockSimpleTextOutputProtocol; typedef
227 pub fn con_out(&self) -> Result<Protocol<'a, SimpleTextOutputProtocol>> { in con_out() argument