pub type SaveB<'a> = SaveBuffer<'a>;

Aliased Type§

struct SaveB<'a> {
    pub append: bool,
    pub buffer_name: Option<Cow<'a, str>>,
    pub path: Option<Cow<'a, str>>,
}

Fields§

§append: bool

[-a]

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

[-b buffer-name]

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

[path]