pub struct CharacterDefinitionLoader {}Implementations§
Source§impl CharacterDefinitionLoader
impl CharacterDefinitionLoader
pub fn load(input_dir: &Path) -> LinderaResult<CharacterDefinition>
Auto Trait Implementations§
impl Freeze for CharacterDefinitionLoader
impl RefUnwindSafe for CharacterDefinitionLoader
impl Send for CharacterDefinitionLoader
impl Sync for CharacterDefinitionLoader
impl Unpin for CharacterDefinitionLoader
impl UnwindSafe for CharacterDefinitionLoader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more