Struct prototty_elements::BorderChars [] [src]

pub struct BorderChars {
    pub top: char,
    pub bottom: char,
    pub left: char,
    pub right: char,
    pub top_left: char,
    pub top_right: char,
    pub bottom_left: char,
    pub bottom_right: char,
    pub before_title: char,
    pub after_title: char,
}

Fields

Trait Implementations

impl Default for BorderChars
[src]

[src]

Returns the "default value" for a type. Read more