[][src]Type Definition safe_app::CoreFuture

type CoreFuture<T> = dyn Future<Error = CoreError, Item = T> + 'static;

Future trait returned from core operations.