Type Alias candle_lora::MergeErrorOrError

source ·
pub type MergeErrorOrError = Either<MergeError, Error>;

Aliased Type§

enum MergeErrorOrError {
    Left(MergeError),
    Right(Error),
}

Variants§

§

Left(MergeError)

A value of type L.

§

Right(Error)

A value of type R.