Trait qualifier indicating it can hold real numbers only
| 652 | |
| 653 | ///Trait qualifier indicating it can hold real numbers only |
| 654 | pub trait RealNumber: HasAfEnum {} |
| 655 | |
| 656 | impl RealNumber for f64 {} |
| 657 | impl RealNumber for f32 {} |
nothing calls this directly
no outgoing calls
no test coverage detected