trait Loader<T: PartialEq> = Fn(Driver) -> LoaderResult<T> + 'static;
Expand description

Function that updates cached value