pub struct PhoneticParser { /* private fields */ }
Expand description
Parses and converts text into Bengali according to given grammar.
Implementations§
Source§impl PhoneticParser
impl PhoneticParser
Sourcepub fn new(rule: &Value) -> PhoneticParser
pub fn new(rule: &Value) -> PhoneticParser
Creates a new PhoneticParser
instance from the given Json
value. The Json value must need to be a Json Object containing
the required values, otherwise a panic would occur.
Auto Trait Implementations§
impl Freeze for PhoneticParser
impl RefUnwindSafe for PhoneticParser
impl Send for PhoneticParser
impl Sync for PhoneticParser
impl Unpin for PhoneticParser
impl UnwindSafe for PhoneticParser
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