[−][src]Trait jss::traits::TParseStyleMiddleware
Parsing middleware an style object
Required Methods
fn name(&self) -> String
fn process_value(
&mut self,
info: PropertyKeyInfo,
value: Box<Deserializer>,
properties: &mut Style
) -> Result<(), ParseError>
&mut self,
info: PropertyKeyInfo,
value: Box<Deserializer>,
properties: &mut Style
) -> Result<(), ParseError>
Target method for process style property field
Implementors
impl TParseStyleMiddleware for ParseStyleMiddleware
[src]
impl TParseStyleMiddleware for ParseStyleMiddleware
fn name(&self) -> String
[src]
fn name(&self) -> String
fn process_value(
&mut self,
info: PropertyKeyInfo,
value: Box<Deserializer>,
properties: &mut Style
) -> Result<(), ParseError>
[src]
fn process_value(
&mut self,
info: PropertyKeyInfo,
value: Box<Deserializer>,
properties: &mut Style
) -> Result<(), ParseError>