~ireas/genpdf-rs#45: 
Change line style per edge type in FrameCellDecorator

Instead of

pub fn with_line_style(
        inner: bool,
        outer: bool,
        cont: bool,
        line_style: impl Into<LineStyle>,
    ) -> FrameCellDecorator {

we could have:

pub fn with_line_style(
        inner: Option<impl Into<LineStyle>>,
        outer: Option<impl Into<LineStyle>>,
        cont: bool,
    ) -> FrameCellDecorator {
Status
REPORTED
Submitter
~ireas
Assigned to
No-one
Submitted
1 year, 11 months ago
Updated
1 year, 11 months ago
Labels
feature