Type Alias biome_formatter::PrintResult

source ·
pub type PrintResult<T> = Result<T, PrintError>;

Aliased Type§

enum PrintResult<T> {
    Ok(T),
    Err(PrintError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(PrintError)

Contains the error value