papergrid

Type Alias Margin

Source
pub type Margin = Sides<Indent>;
Expand description

Margin represent a 4 indents of table as a whole.

Aliased Type§

struct Margin {
    pub top: Indent,
    pub bottom: Indent,
    pub left: Indent,
    pub right: Indent,
}

Fields§

§top: Indent

Top side.

§bottom: Indent

Bottom side.

§left: Indent

Left side.

§right: Indent

Right side.