[][src]Function futures_async_combinators::future::err_into

pub async fn err_into<Fut, T, E, U>(future: Fut) -> Result<T, U> where
    Fut: Future<Output = Result<T, E>>,
    E: Into<U>,