pub struct CharDefBuilder { /* private fields */ }Implementations§
Source§impl CharDefBuilder
impl CharDefBuilder
pub fn build( &self, input_dir: &Path, output_dir: &Path, ) -> LinderaResult<CharacterDefinitions>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CharDefBuilder
impl RefUnwindSafe for CharDefBuilder
impl Send for CharDefBuilder
impl Sync for CharDefBuilder
impl Unpin for CharDefBuilder
impl UnwindSafe for CharDefBuilder
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