Function is_biased

Source
pub fn is_biased<K: 'static>() -> bool
Expand description

A utilitarian function for checking if a type is Biased; returns false otherwise. Compares the TypeId of K to the TypeId of Biased.