Trait core::asserting::Printable

source ·
pub trait Printable: Copy + Debug { }
🔬This is a nightly-only experimental API. (generic_assert_internals #44838)
Expand description

Tells which elements can be copied and displayed

Implementors§

source§

impl<T> Printable for Twhere T: Copy + Debug,