Skip to main content

use_fullstack_source

Function use_fullstack_source 

Source
pub fn use_fullstack_source<F, Fut>(fetch_fn: F) -> UseSource
where F: Fn() -> Fut + Clone + 'static, Fut: Future<Output = Result<Source, ServerFnError>> + 'static,