Searched defs:DebugHaystack (Results 1 – 1 of 1) sorted by relevance
49 pub struct DebugHaystack<'a>(pub &'a [u8]); struct51 impl<'a> core::fmt::Debug for DebugHaystack<'a> { implementation