[][src]Type Definition region::Result

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

The result type used by this library.