mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
wip: refactor pt.25: 18 errors
This commit is contained in:
parent
da074eb5fa
commit
76644e32ba
3 changed files with 30 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue