Type Definition future_clicker::Result

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

Result of FutureClicker::complete and the ControlledFuture future.