pub trait ParseCss:
Send
+ Sync
+ NonLocalValue
+ ValueDebug {
// Required method
fn parse_css(self: Vc<Self>) -> Vc<ParseCssResult>
where Self: Sized;
}
pub trait ParseCss:
Send
+ Sync
+ NonLocalValue
+ ValueDebug {
// Required method
fn parse_css(self: Vc<Self>) -> Vc<ParseCssResult>
where Self: Sized;
}