[][src]Module seed_comp_helpers::helpers::fetch_hooks::use_fetch_hook

Structs

UseFetch

Traits

UseFetchStatusTrait

Functions

fetch_string
use_fetch

return a maybe_fetched and fetcher. Maybe_fetched is None until the fetch request returns deserialised json into type T. fetcher.dispatch() needs to be called to actually start the fetching. It is done this way so you can use fetcher in a callback.