Skip to main content

use_query

Function use_query 

Source
pub fn use_query<T>() -> Memo<Result<T, ParamsError>>
where T: Params + PartialEq + Send + Sync + 'static,
Expand description

Returns the current URL search query, parsed into the given type, or an error.