Type Definition finchers::error::Result[][src]

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

A type alias of Result<T, E> whose error type is restricted to Error.