Type Alias clamav_client::Utf8Result

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

TODO: Add comment

Aliased Type§

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