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

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

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