dom_accessibility_api

Type Alias GetComputedStyle

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

Aliased Typeยง

struct GetComputedStyle { /* private fields */ }