pub struct OpamParser;Expand description
Parser for *.opam files (OCaml OPAM packages).
Since OPAM files use non-standard filenames (e.g. mypackage.opam),
register via extension using parse_manifest_by_extension("opam", content).
Trait Implementations§
Source§impl ManifestParser for OpamParser
impl ManifestParser for OpamParser
Auto Trait Implementations§
impl Freeze for OpamParser
impl RefUnwindSafe for OpamParser
impl Send for OpamParser
impl Sync for OpamParser
impl Unpin for OpamParser
impl UnsafeUnpin for OpamParser
impl UnwindSafe for OpamParser
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