Skip to main content

SpecialResultFuture

Type Alias SpecialResultFuture 

Source
type SpecialResultFuture = BoxFuture<'static, Box<dyn Any>>;
Expand description

Type returned by DispatchTable::invoke_special, to represent a future containing a type-erased type.

Aliased Typeยง

#[repr(transparent)]
struct SpecialResultFuture { /* private fields */ }