Type Alias static_web_server::error::Result

source ·
pub type Result<T = (), E = Error> = Result<T, E>;
Expand description

Just a anyhow::Result type alias.

Aliased Type§

enum Result<T = (), E = Error> {
    // some variants omitted
}

Variants§