derivedStateOf

Function derivedStateOf 

Source
pub fn derivedStateOf<T: 'static + Clone>(
    compute: impl Fn() -> T + 'static,
) -> State<T>