logo
pub trait StyledDimensions<S> {
    fn styled_bounding_box(&self, style: &S) -> Rectangle;
}
Expand description

Styled dimensions.

Required methods

Returns the bounding box using the given style.

Implementors