Type Definition style::values::specified::basic_shape::Polygon
[−]
[src]
type Polygon = GenericPolygon<LengthOrPercentage>;
The specified value of Polygon
Methods
impl Polygon
[src]
pub fn parse_function_arguments<'i, 't>(
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
[src]
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
Parse the inner arguments of a polygon
function.
Trait Implementations
impl Parse for Polygon
[src]
fn parse<'i, 't>(
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
[src]
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
Parse a value of this type. Read more