[][src]Type Definition delorean::Return

type Return<T> = Pin<Box<dyn Future<Output = T> + 'static>>;