logisheets_base 1.0.0

some basic definitions for LogiSheets
Documentation
1
2
3
pub trait GetBookNameTrait {
    fn get_book_name(&self) -> &str;
}