Type Definition style::values::specified::length::LengthOrNone [] [src]

type LengthOrNone = Either<Length, None_>;

Either a <length> or the none keyword.