Type Definition static_web_server::error::Result

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

Just a anyhow::Result type alias.