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

Interface MomentsComputable

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

TODO Rust haven't stabilized trait aliases yet Trait qualifier for given type indicating computability of Moments

Source from the content-addressed store, hash-verified

709// TODO Rust haven't stabilized trait aliases yet
710/// Trait qualifier for given type indicating computability of Moments
711pub trait MomentsComputable: HasAfEnum {}
712
713impl MomentsComputable for f64 {}
714impl MomentsComputable for f32 {}

Callers

nothing calls this directly

Implementers 1

util.rssrc/core/util.rs

Calls

no outgoing calls

Tested by

no test coverage detected