[][src]Trait usvg::IsValidLength

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

Checks that the current number is > 0.

Required methods

pub fn is_valid_length(&self) -> bool[src]

Checks that the current number is > 0.

Loading content...

Implementations on Foreign Types

impl IsValidLength for f64[src]

Loading content...

Implementors

Loading content...