pub struct YamlParser;Expand description
Parser for YAML files (docker-compose.yml, subagent configs, etc.).
Implementations§
Source§impl YamlParser
impl YamlParser
Trait Implementations§
Source§impl ContentParser for YamlParser
impl ContentParser for YamlParser
Auto Trait Implementations§
impl Freeze for YamlParser
impl RefUnwindSafe for YamlParser
impl Send for YamlParser
impl Sync for YamlParser
impl Unpin for YamlParser
impl UnwindSafe for YamlParser
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