type Res<T> = BoxFuture<'static, Result<T, ResponseError>>;
#[repr(transparent)]struct Res<T> { /* private fields */ }