pub struct DirectoryPackagesPropsParser;Expand description
Parser for Directory.Packages.props files (.NET Central Package Management).
Extracts <PackageVersion Include="Name" Version="..." /> elements.
All entries are Normal — this file declares available versions, not scopes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectoryPackagesPropsParser
impl RefUnwindSafe for DirectoryPackagesPropsParser
impl Send for DirectoryPackagesPropsParser
impl Sync for DirectoryPackagesPropsParser
impl Unpin for DirectoryPackagesPropsParser
impl UnsafeUnpin for DirectoryPackagesPropsParser
impl UnwindSafe for DirectoryPackagesPropsParser
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