TODO Rust haven't stabilized trait aliases yet Trait qualifier for given type indicating conversion capability between grayscale and RGB triplets of data
| 697 | /// Trait qualifier for given type indicating conversion capability between |
| 698 | /// grayscale and RGB triplets of data |
| 699 | pub trait GrayRGBConvertible: HasAfEnum {} |
| 700 | |
| 701 | impl GrayRGBConvertible for f64 {} |
| 702 | impl GrayRGBConvertible for f32 {} |
nothing calls this directly
no outgoing calls
no test coverage detected