neovim-gtk/src/plug_manager/store.rs

10 lines
94 B
Rust

pub struct Store {
}
impl Store {
pub fn new() -> Self {
Store { }
}
}