More docs for StoreBuilder::build

pull/1860/head
Tony 8 months ago
parent 50ab4c18e0
commit fc51b3d132
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

@ -213,6 +213,14 @@ impl<R: Runtime> StoreBuilder<R> {
/// Builds the [`Store`].
///
/// This loads the store from disk and put the store in the app's resource table,
/// to remove it from the resource table, call [`Store::close_store`]
///
/// # Errors
///
/// If a store with this path is already in the resource table,
/// will return a [`crate::Error::AlreadyExists`]
///
/// # Examples
/// ```
/// tauri::Builder::default()

Loading…
Cancel
Save