Type Definition style::values::specified::basic_shape::Ellipse
[−]
[src]
type Ellipse = GenericEllipse<HorizontalPosition, VerticalPosition, LengthOrPercentage>;
A specified ellipse.
Methods
impl Ellipse
[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>>
Trait Implementations
impl Parse for Ellipse
[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