Trait DebugInstantiable

Source
pub trait DebugInstantiable: Debug { }
Expand description

Provides blanket implementation of ConstInstantiable which defers to Debug representation of type.

Implementations on Foreign Types§

Source§

impl DebugInstantiable for &str

Source§

impl DebugInstantiable for bool

Source§

impl DebugInstantiable for char

Source§

impl DebugInstantiable for i8

Source§

impl DebugInstantiable for i16

Source§

impl DebugInstantiable for i32

Source§

impl DebugInstantiable for i64

Source§

impl DebugInstantiable for i128

Source§

impl DebugInstantiable for isize

Source§

impl DebugInstantiable for u8

Source§

impl DebugInstantiable for u16

Source§

impl DebugInstantiable for u32

Source§

impl DebugInstantiable for u64

Source§

impl DebugInstantiable for u128

Source§

impl DebugInstantiable for ()

Source§

impl DebugInstantiable for usize

Implementors§