[][src]Type Definition arnalisa::Result

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

The result type used throughout this crate.