logisheets_base 1.12.1

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