Type Definition cb2_core::exec::FutureSig

source ·
pub type FutureSig = Box<dyn Future<Item = Result<Report, Report>, Error = Report> + Send>;