Docs.rs
swc_css_parser-17.0.0
swc_css_parser 17.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
kdy1
swc-bot
Dependencies
lexical ^6.1.0
normal
serde ^1.0.225
normal
swc_atoms ^9.0.0
normal
swc_common ^17.0.0
normal
swc_css_ast ^17.0.0
normal
codspeed-criterion-compat ^3.0.4
dev
serde_json ^1.0.140
dev
swc_css_ast ^17.0.0
dev
swc_css_visit ^17.0.0
dev
swc_malloc ^1.2.4
dev
testing ^18.0.0
dev
Versions
11.76%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Parse
swc_
css_
parser
17.0.0
Parse
Required Methods
parse
Implementors
In crate swc_
css_
parser
swc_css_parser
Trait
Parse
Copy item path
Source
pub trait Parse<T> { // Required method fn
parse
(&mut self) ->
PResult
<T>; }
Required Methods
§
Source
fn
parse
(&mut self) ->
PResult
<T>
Implementors
§
Source
§
impl<I>
Parse
<
ContainerName
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
DocumentPreludeMatchingFunction
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
GeneralEnclosed
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
KeyframeSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
KeyframesName
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaFeature
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaFeatureValue
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaInParens
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaType
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
QueryInParens
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SizeFeature
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SizeFeatureValue
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SupportsFeature
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SupportsInParens
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ComponentValue
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
AnPlusB
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
AttributeSelectorValue
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SubclassSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
TypeSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
AbsoluteColorBase
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
AlphaValue
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CalcValue
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CmykComponent
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Color
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Dimension
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
FamilyName
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Hue
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Vec
<
DeclarationOrAtRule
>> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Vec
<
Rule
>> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Vec
<
StyleBlock
>> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
AtRule
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ContainerCondition
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ContainerQuery
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ContainerQueryAnd
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ContainerQueryNot
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ContainerQueryOr
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CustomMediaQuery
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ExtensionName
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
FontFeatureValuesPrelude
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ImportConditions
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
LayerName
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaAnd
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaCondition
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaConditionWithoutOr
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaNot
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaOr
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaQuery
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
MediaQueryList
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
PageSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
PageSelectorList
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
PageSelectorPseudo
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
PageSelectorType
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ScopeRange
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SupportsAnd
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SupportsCondition
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SupportsNot
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SupportsOr
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Declaration
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Function
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ListOfComponentValues
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
QualifiedRule
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SimpleBlock
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Stylesheet
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
AttributeSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
AttributeSelectorMatcher
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
AttributeSelectorModifier
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ClassSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Combinator
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ComplexSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CompoundSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CompoundSelectorList
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CustomHighlightName
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ForgivingRelativeSelectorList
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
ForgivingSelectorList
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
IdSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
NamespacePrefix
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
PseudoClassSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
PseudoElementSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
RelativeSelector
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
RelativeSelectorList
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
SelectorList
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
WqName
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Angle
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CalcOperator
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CalcProduct
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CalcSum
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CustomIdent
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
CustomPropertyName
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
DashedIdent
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Delimiter
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Flex
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Frequency
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
HexColor
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Ident
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Integer
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Length
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Number
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Percentage
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Resolution
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Str
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Time
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
UnicodeRange
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
UnknownDimension
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<I>
Parse
<
Url
> for
Parser
<I>
where I:
ParserInput
,
Source
§
impl<T, P>
Parse
<
Box
<T>> for P
where Self:
Parse
<T>,