Struct bstring::bstring::Display [] [src]

pub struct Display<'a> { /* fields omitted */ }

Utility struct that defines std::fmt::Display for a &bstr, which may contain non-UTF-8 data.

Trait Implementations

impl<'a> Display for Display<'a>
[src]

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter.