pub trait Reinterpret {
// Provided methods
fn reinterpret_signed(&self) -> Series { ... }
fn reinterpret_unsigned(&self) -> Series { ... }
}pub trait Reinterpret {
// Provided methods
fn reinterpret_signed(&self) -> Series { ... }
fn reinterpret_unsigned(&self) -> Series { ... }
}