Type Definition wicrs_server::error::Result[][src]

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

General result type for wicrs, error type defaults to [Error].