pub struct SwayParser;
Represents the high level language parser generated by pest. Rule is also generated here by pest.
Parses a &str starting from rule.
&str
rule
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
Should always be Self
Self
The type returned in the event of a conversion error.