use Future;
use Pin;
use ;
/// Future for the [`ok`](ok()) function.
///
/// `pub` in order to use the future as an associated type in a sealed trait.
// Used as an associated type in a "sealed" trait.
;
/// Creates a future that is immediately ready with a success value.
pub