Type Alias dioxus_hooks::error::UseSharedStateResult
source · pub type UseSharedStateResult<T> = Result<T, UseSharedStateError>;
Aliased Type§
enum UseSharedStateResult<T> {
Ok(T),
Err(UseSharedStateError),
}
pub type UseSharedStateResult<T> = Result<T, UseSharedStateError>;
enum UseSharedStateResult<T> {
Ok(T),
Err(UseSharedStateError),
}