Type Definition ServerResult
hyper_static_server::internals
type ServerResult<V = ()> = Result<V, Error>;