[][src]Type Definition mop_common::SolverFuture

type SolverFuture<'a, E> = Pin<Box<dyn Future<Output = Result<(), E>> + 'a>>;