Struct style::values::specified::source_size_list::SourceSize
[−]
[src]
pub struct SourceSize { /* fields omitted */ }
A value for a <source-size>
:
Trait Implementations
impl Parse for SourceSize
[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