Type Alias GetComputedStyle

Source
pub type GetComputedStyle = Rc<dyn Fn(&Element, Option<&str>) -> CssStyleDeclaration>;

Aliased Typeยง

pub struct GetComputedStyle { /* private fields */ }