Trait bismuth::mesh::MapPoints [] [src]

pub trait MapPoints<T, U>: Sized where
    T: Clone,
    U: Clone
{ fn map_points<F>(self, f: F) -> Map<Self, T, U, F>
    where
        F: FnMut(T) -> U
; }

Required Methods

Implementors