neovim-gtk/src/plug_manager/store.rs

10 lines
94 B
Rust
Raw Normal View History

2017-10-18 14:49:56 +00:00
pub struct Store {
}
impl Store {
pub fn new() -> Self {
Store { }
}
}