pub type SendableLayoutFuture = BoxFuture<'static, VortexResult<LayoutRef>>;Expand description
A future created by a strategy to yield a layout. It is its own trait to be potentially extended with new methods.
Aliased Typeยง
pub struct SendableLayoutFuture { /* private fields */ }