Function booklibrs::actions::genres::find_by_genre_simple[][src]

pub fn find_by_genre_simple(
    genre: &String,
    book_system: &BookSystem
) -> Vec<(String, String, u16)>

Function that searches all book with specific genre. Returns params of those books