Type Definition tty_interface::Result

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

An interface operation’s result containing either a successful value or error.