Trait IsSafe

Source
pub trait IsSafe { }
Expand description

Marker trait to identify a Safe type

Implementors§

Source§

impl<T> IsSafe for Safe<T>