use crate::tutors::abstractions::tutor::Tutor; pub trait TutorRepo { fn load(&self) -> impl IntoIterator; }