pub struct GleamParser;Expand description
Parser for gleam.toml files.
[dependencies] → Normal, [dev-dependencies] → Dev.
Version values are used as-is (e.g., ">= 0.34.0 and < 2.0.0").
Trait Implementations§
Source§impl ManifestParser for GleamParser
impl ManifestParser for GleamParser
Auto Trait Implementations§
impl Freeze for GleamParser
impl RefUnwindSafe for GleamParser
impl Send for GleamParser
impl Sync for GleamParser
impl Unpin for GleamParser
impl UnsafeUnpin for GleamParser
impl UnwindSafe for GleamParser
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