pub struct SpagoParser;Expand description
Parser for spago.yaml files.
Trait Implementations§
Source§impl ManifestParser for SpagoParser
impl ManifestParser for SpagoParser
Auto Trait Implementations§
impl Freeze for SpagoParser
impl RefUnwindSafe for SpagoParser
impl Send for SpagoParser
impl Sync for SpagoParser
impl Unpin for SpagoParser
impl UnsafeUnpin for SpagoParser
impl UnwindSafe for SpagoParser
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