pub trait DataUnit: Debug {
// Required method
fn is_copy(&self) -> bool;
}
Expand description
Common trait for data units.
Allows extending DataUnit*
With
versions.
See also:
pub trait DataUnit: Debug {
// Required method
fn is_copy(&self) -> bool;
}
Common trait for data units.
Allows extending DataUnit*
With
versions.
See also: