[][src]Trait usvg::IsValidLength

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

Checks that the current number is > 0.

Required methods

fn is_valid_length(&self) -> bool

Checks that the current number is > 0.

Loading content...

Implementations on Foreign Types

impl IsValidLength for f64[src]

Loading content...

Implementors

Loading content...