pub type ShowB<'a> = ShowBuffer<'a>;

Aliased Type§

struct ShowB<'a> {
    pub buffer_name: Option<Cow<'a, str>>,
}

Fields§

§buffer_name: Option<Cow<'a, str>>

[-b buffer-name]