Trait usvgr::IsValidLength
source · [−]pub trait IsValidLength {
fn is_valid_length(&self) -> bool;
}Expand description
Checks that the current number is > 0.
Required Methods
sourcefn is_valid_length(&self) -> bool
fn is_valid_length(&self) -> bool
Checks that the current number is > 0.