logisheets_base 1.11.0

Shared base types and definitions for the LogiSheets spreadsheet engine.
Documentation
1
2
3
pub trait GetBookNameTrait {
    fn get_book_name(&self) -> &str;
}