Type Definition redux::Result [] [src]

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

Specialized Result type for the redux library.