[][src]Trait lasy::Blanked

pub trait Blanked {
    fn blanked(&self) -> Self;
}

Point types that can produce a blanked copy of themselves.

Required methods

fn blanked(&self) -> Self

Produce a point of the same type and position but that is blank.

Loading content...

Implementors

Loading content...