pub struct Lsf { /* private fields */ }Expand description
Contains the logic to parse an .lsf file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lsf
impl RefUnwindSafe for Lsf
impl Send for Lsf
impl Sync for Lsf
impl Unpin for Lsf
impl UnwindSafe for Lsf
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more