Struct bstring::bfmt::Formatter [] [src]

pub struct Formatter { /* fields omitted */ }

Byte string formatter

Methods

impl Formatter
[src]

Writes a &bstr value to the formatter.

This function always succeeds, returning Ok(()).

Write formatted arguments to the formatter.