pub type CreatorResult<T> = Pin<Box<dyn Future<Output = Result<T>> + Send>>;
Result of the creator function
pub struct CreatorResult<T> { /* private fields */ }