pub struct EsFluentGenerator { /* private fields */ }Expand description
Builder for generating FTL files from registered types.
Uses the inventory crate to collect all types registered via
#[derive(EsFluent)], #[derive(EsFluentVariants)], or #[derive(EsFluentThis)].
Implementations§
Source§impl EsFluentGenerator
impl EsFluentGenerator
Sourcepub fn builder() -> EsFluentGeneratorBuilder
pub fn builder() -> EsFluentGeneratorBuilder
Create an instance of EsFluentGenerator using the builder syntax
Auto Trait Implementations§
impl Freeze for EsFluentGenerator
impl RefUnwindSafe for EsFluentGenerator
impl Send for EsFluentGenerator
impl Sync for EsFluentGenerator
impl Unpin for EsFluentGenerator
impl UnsafeUnpin for EsFluentGenerator
impl UnwindSafe for EsFluentGenerator
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