pub trait TypedCustomValue { // Provided method fn is_custom(&self) -> bool { ... } }
Type checks for custom values on a value
returns if a type is a custom type