Type Definition style::values::computed::PositiveInteger [] [src]

type PositiveInteger = GreaterThanOrEqualToOne<CSSInteger>;

A wrapper of Integer, but only accept a value >= 1.

Trait Implementations

impl ToAnimatedValue for ComputedPositiveInteger
[src]

The type of the animated value.

[src]

Converts this value to an animated value.

[src]

Converts back an animated value into a computed value.

impl From<CSSInteger> for PositiveInteger
[src]

[src]

Performs the conversion.