[][src]Function factom::requests::fetch

pub fn fetch<F: Future>(query: F) -> F::Output

Fetch is a convenience function that will run a future to it's completion, the function will create a new runtime for every call, if making multiple api calls for synchronous usage it's recommended to create a single runtime and re-use it's blocking method instead