Function leptos::try_with_owner

source ยท
pub fn try_with_owner<T>(
    owner: Owner,
    f: impl FnOnce() -> T
) -> Result<T, ReactiveSystemError>
Expand description

Runs the given code with the given reactive owner.