wip: refactor pt.25: 18 errors

This commit is contained in:
🪞👃🪞 2024-11-14 15:17:40 +01:00
parent da074eb5fa
commit 76644e32ba
3 changed files with 30 additions and 38 deletions

View file

@ -3,7 +3,7 @@ use crate::*;
pub struct PhrasePoolView<E: Engine> {
_engine: PhantomData<E>,
/// Collection of phrases
pub model: Vec<Arc<RwLock<Phrase>>>,
pub model: PhrasePoolModel,
/// Selected phrase
pub phrase: usize,
/// Scroll offset