[][src]Trait vasp_poscar::ToN3

pub trait ToN3<X>: IntoIterator { }

Types convertable into Vec<[X; 3]>.

Appears in generic bounds for some of the crate's public API methods (such as Builder).

Example implementors:

  • Vec<[X; 3]>
  • &[[X; 3]] (where X: Clone)
  • Any iterable of (X, X, X)

Implementors

impl<X, V, Vs> ToN3<X> for Vs where
    Vs: IntoIterator<Item = V>,
    V: To3<X>, 
[src]

Loading content...