pub type SessionFuture<T> = Pin<Box<dyn Future<Output = Result<T, String>> + Send>>;
pub struct SessionFuture<T> { /* private fields */ }