Merge pull request #52 from tauri-apps/store/rename

pull/61/head
Jonas Kruckenberg 2 years ago committed by GitHub
commit 9568a99d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -244,12 +244,12 @@ async fn save<R: Runtime>(
} }
#[derive(Default)] #[derive(Default)]
pub struct PluginBuilder { pub struct Builder {
stores: HashMap<PathBuf, Store>, stores: HashMap<PathBuf, Store>,
frozen: bool, frozen: bool,
} }
impl PluginBuilder { impl Builder {
/// Registers a store with the plugin. /// Registers a store with the plugin.
/// ///
/// # Examples /// # Examples

Loading…
Cancel
Save