Type Definition style::values::specified::basic_shape::InsetRect
[−]
[src]
type InsetRect = GenericInsetRect<LengthOrPercentage>;
The specified value of inset()
Methods
impl InsetRect
[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 function arguments of inset()
Trait Implementations
impl Parse for InsetRect
[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