Skip to main content

RectFunction

Type Alias RectFunction 

Source
pub type RectFunction = Todo;
Expand description

https://drafts.csswg.org/css-masking-1/#funcdef-rect

rect() = rect( <top>, <right>, <bottom>, <left> )

Aliased Type§

pub enum RectFunction {
    Todo,
}

Variants§

§

Todo