wip: refactor pt.27: 13 errors

This commit is contained in:
🪞👃🪞 2024-11-14 15:42:13 +01:00
parent 7384950302
commit 4522ebaa4b
4 changed files with 81 additions and 84 deletions

View file

@ -25,7 +25,7 @@ pub enum PhrasePoolMode {
}
impl<E: Engine> PhrasePoolView<E> {
pub fn new (model: Vec<Arc<RwLock<Phrase>>>) -> Self {
pub fn new (model: PhrasePoolModel) -> Self {
Self {
_engine: Default::default(),
scroll: 0,