Type Alias dtoa_short::DtoaResult

source ·
pub type DtoaResult = Result<Notation, Error>;
Expand description

Result of formatting the number.

Aliased Type§

enum DtoaResult {
    Ok(Notation),
    Err(Error),
}

Variants§

§1.0.0

Ok(Notation)

Contains the success value

§1.0.0

Err(Error)

Contains the error value