Struct klib::core::parser::ChordParser
source · pub struct ChordParser;Expand description
A parser for chord symbols.
This is built from a PEG grammar defined in chord.pest.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ChordParser
impl Send for ChordParser
impl Sync for ChordParser
impl Unpin for ChordParser
impl UnwindSafe for ChordParser
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