Type Definition region::Result [] [src]

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

The result type used by this library.