pub trait NegOutput: Numeric {
type Output: Numeric;
}Expand description
Maps a numeric SQL type to the result type of unary negation.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".