Type Alias biome_formatter::FormatResult

source ·
pub type FormatResult<F> = Result<F, FormatError>;
Expand description

Public return type of the formatter

Aliased Type§

enum FormatResult<F> {
    Ok(F),
    Err(FormatError),
}

Variants§

§1.0.0

Ok(F)

Contains the success value

§1.0.0

Err(FormatError)

Contains the error value