pub struct SimpleGameInfo;Expand description
A basic VDF parser specifically for extracting SearchPaths from gameinfo.txt
Trait Implementations§
Source§impl GameInfoProvider for SimpleGameInfo
impl GameInfoProvider for SimpleGameInfo
Auto Trait Implementations§
impl Freeze for SimpleGameInfo
impl RefUnwindSafe for SimpleGameInfo
impl Send for SimpleGameInfo
impl Sync for SimpleGameInfo
impl Unpin for SimpleGameInfo
impl UnsafeUnpin for SimpleGameInfo
impl UnwindSafe for SimpleGameInfo
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