Type Definition dioxus_hooks::error::UseSharedStateResult

source ·
pub type UseSharedStateResult<T> = Result<T, UseSharedStateError>;