pub trait IsSus { // Required method fn is_sus(&self) -> bool; }
Trait to check if a type is sus
Check if this type is sus
Common usecase - sus anything we don’t know