Type Definition crossterm::Result[][src]

type Result<T> = Result<T, ErrorKind>;
Expand description

The crossterm result type.