pub type LifecycleFuture<'a> = Pin<Box<dyn Future<Output = Result<(), SaddleError>> + Send + 'a>>;
#[repr(transparent)]pub struct LifecycleFuture<'a> { /* private fields */ }