pub trait Sealed { }

Implementors§

source§

impl<F, T, E> Sealed for Fwhere F: ?Sized + Future<Output = Result<T, E>>,