pub struct Parser<'s> { /* private fields */ }Expand description
Represents the CSS parser.
Implementations§
Source§impl<'s> Parser<'s>
impl<'s> Parser<'s>
pub fn parse_selector(&self)
Source§impl<'s> Parser<'s>
impl<'s> Parser<'s>
pub fn parse_value(&self) -> ParserResult<Vec<Value>>
Trait Implementations§
Auto Trait Implementations§
impl<'s> !Freeze for Parser<'s>
impl<'s> !RefUnwindSafe for Parser<'s>
impl<'s> Send for Parser<'s>
impl<'s> !Sync for Parser<'s>
impl<'s> Unpin for Parser<'s>
impl<'s> UnwindSafe for Parser<'s>
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