Type Definition tty_form::Result

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

A form operation’s result containing either a successful value or error.