TODO Rust haven't stabilized trait aliases yet Trait qualifier for given type indicating computability of Moments
| 709 | // TODO Rust haven't stabilized trait aliases yet |
| 710 | /// Trait qualifier for given type indicating computability of Moments |
| 711 | pub trait MomentsComputable: HasAfEnum {} |
| 712 | |
| 713 | impl MomentsComputable for f64 {} |
| 714 | impl MomentsComputable for f32 {} |
nothing calls this directly
no outgoing calls
no test coverage detected