Function thespis_impl::dyn_err

source ·
pub fn dyn_err<'a, T, Item, E>(sink: T) -> impl CloneSink<'a, Item, DynError>where
    T: 'a + Sink<Item, Error = E> + Clone + Unpin + Send + ?Sized,
    E: Error + Sync + Send + 'static,
Expand description

Turn into a boxed error