Type Definition style::values::computed::length::Length [] [src]

type Length = CSSPixelLength;

An alias of computed <length> value.

Trait Implementations

impl From<Length> for NonNegativeLength
[src]

[src]

Performs the conversion.

impl ToAbsoluteLength for ComputedLength
[src]

[src]

Returns the absolute length as pixel value.