Trait usvg::IsValidLength[][src]

pub trait IsValidLength {
    fn is_valid_length(&self) -> bool;
}
Expand description

Checks that the current number is > 0.

Required methods

Checks that the current number is > 0.

Implementations on Foreign Types

Implementors