pub trait ConstExt { // Required method fn is_unknown(&self) -> bool; }
Extension trait for Const
Const
Is a Const unknown?