pub type Pbf<'a, T, E> = BoxFuture<'a, Result<T, E>>;
Pin-boxed future.
pub struct Pbf<'a, T, E> { /* private fields */ }