Struct httpbis::misc::BsDebug[][src]

pub struct BsDebug<'a>(pub &'a [u8]);

Trait Implementations

impl<'a> Debug for BsDebug<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for BsDebug<'a>

impl<'a> Sync for BsDebug<'a>