mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
Fix dead doc ref
This commit is contained in:
parent
6af4cc0693
commit
64c6f63d68
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub struct UseStorageOptions<T: 'static, C: Codec<T>> {
|
|||
filter: FilterOptions,
|
||||
}
|
||||
|
||||
/// Session handling errors returned by [`use_storage`].
|
||||
/// Session handling errors returned by [`use_storage_with_options`].
|
||||
#[derive(Error, Debug)]
|
||||
pub enum UseStorageError<Err> {
|
||||
#[error("storage not available")]
|
||||
|
|
Loading…
Add table
Reference in a new issue