Type Definition grep::Result [] [src]

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

Result is a convenient type alias that fixes the type of the error to the Error type defined in this crate.