We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89f96c commit 0c7e399Copy full SHA for 0c7e399
hdf5-rs/src/dim.rs
@@ -4,7 +4,7 @@ use std::slice;
4
pub type Ix = usize;
5
6
/// A trait for the shape and index types.
7
-pub trait Dimension: Clone {
+pub trait Dimension {
8
fn ndim(&self) -> usize;
9
fn dims(&self) -> Vec<Ix>;
10
0 commit comments