pub trait BorderExt {
    fn border_widths(&self) -> Result<BorderWidths>;
}
Expand description

An extension for Window to query border widths.

Required Methods§

Returns the border widths of the window.

Errors

Returns Err if querying them is unsupported.

Implementors§