Utf8Result

Type Alias Utf8Result 

Source
pub type Utf8Result = Result<bool, Utf8Error>;
Expand description

Custom result type

Aliased Type§

pub enum Utf8Result {
    Ok(bool),
    Err(Utf8Error),
}

Variants§

§1.0.0

Ok(bool)

Contains the success value

§1.0.0

Err(Utf8Error)

Contains the error value