IsSus

Trait IsSus 

Source
pub trait IsSus {
    // Required method
    fn is_sus(&self) -> bool;
}
Expand description

Trait to check if a type is sus

Required Methods§

Source

fn is_sus(&self) -> bool

Check if this type is sus

Implementations on Foreign Types§

Source§

impl IsSus for i32

Common usecase - sus anything we don’t know

Source§

fn is_sus(&self) -> bool

Implementors§