[][src]Type Definition thespis::Return

type Return<'a, R> = Pin<Box<dyn Future<Output = R> + Send + 'a>>;

A boxed future that is Send, shorthand for async trait method return types.