Re-exports§
pub use fun::load_book::load_file_to_book;
pub use fun::load_book::load_to_book;
Modules§
Macros§
- multi_
iterator - A macro for creating iterators that can have statically known different types. Useful for iterating over tree children, where each tree node variant yields a different iterator type.