Type Definition lightningcss::error::PrinterError

source ·
pub type PrinterError = Error<PrinterErrorKind>;
Expand description

A printer error.

Trait Implementations§

source§

impl From<Error> for PrinterError

source§

fn from(_: Error) -> PrinterError

Converts to this type from the input type.