Type Definition crossterm::Result

source · []
pub type Result<T> = Result<T, ErrorKind>;
Expand description

The crossterm result type.