[][src]Type Definition kayrx::web::error::Result

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

A specialized Result for kayrx.