pub trait ToSigned {
type Output;
// Required method
fn to_signed(self) -> Self::Output;
}Expand description
For type that have a signed equivalent
pub trait ToSigned {
type Output;
// Required method
fn to_signed(self) -> Self::Output;
}For type that have a signed equivalent