Skip to main content

IntoPoints

Trait IntoPoints 

Source
pub trait IntoPoints {
    // Required method
    fn into_points(self) -> PointsType;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoPoints for Vec<DoubleArrayPoint>

Source§

impl IntoPoints for Vec<DoublePoint>

Source§

impl IntoPoints for Vec<IntegerPoint>

Source§

impl IntoPoints for Vec<StringArrayPoint>

Source§

impl IntoPoints for Vec<StringPoint>

Source§

impl IntoPoints for Vec<StructPoint>

Source§

impl IntoPoints for Vec<Uint64Point>

Implementors§