MCPcopy Index your code
hub / github.com/arrayfire/arrayfire-rust / GrayRGBConvertible

Interface GrayRGBConvertible

src/core/util.rs:699–699  ·  view source on GitHub ↗

TODO Rust haven't stabilized trait aliases yet Trait qualifier for given type indicating conversion capability between grayscale and RGB triplets of data

Source from the content-addressed store, hash-verified

697/// Trait qualifier for given type indicating conversion capability between
698/// grayscale and RGB triplets of data
699pub trait GrayRGBConvertible: HasAfEnum {}
700
701impl GrayRGBConvertible for f64 {}
702impl GrayRGBConvertible for f32 {}

Callers

nothing calls this directly

Implementers 1

util.rssrc/core/util.rs

Calls

no outgoing calls

Tested by

no test coverage detected