[][src]Trait lasy::IsBlank

pub trait IsBlank {
    fn is_blank(&self) -> bool;
}

Point types that can describe whether or not they are blank (black).

Input point types must implement this in order to allow for euler graph construction and for the interpolation process to account for blanking delay.

Required methods

fn is_blank(&self) -> bool

Whether or not the point is blank.

Loading content...

Implementations on Foreign Types

impl<'a, T> IsBlank for &'a T where
    T: IsBlank
[src]

Loading content...

Implementors

Loading content...