[][src]Function factom::utils::fetch

pub fn fetch<F, R, E>(fut: F) -> Result<R, E> where
    F: Send + 'static + Future<Item = R, Error = E>,
    R: Send + 'static,
    E: Send + 'static,