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

This commit is contained in:
Jonas Kruckenberg
2023-01-06 20:27:44 +01:00
committed by GitHub
+2 -2
View File
@@ -244,12 +244,12 @@ async fn save<R: Runtime>(
}
#[derive(Default)]
pub struct PluginBuilder {
pub struct Builder {
stores: HashMap<PathBuf, Store>,
frozen: bool,
}
impl PluginBuilder {
impl Builder {
/// Registers a store with the plugin.
///
/// # Examples