Trait screech::stream::FromPoints[][src]

pub trait FromPoints<T: Sized> {
    fn from_points(points: &[T]) -> Stream;
}
Expand description

Trait to implement conversion from sized types to a Point Stream

Required methods

Create new stream based on provided points

Implementors