Trait sp_runtime::traits::Printable[][src]

pub trait Printable {
    fn print(&self);
}

Trait for things which can be printed from the runtime.

Required methods

fn print(&self)[src]

Print the object.

Loading content...

Implementations on Foreign Types

impl<T: Printable> Printable for &T[src]

impl Printable for u8[src]

impl Printable for u32[src]

impl Printable for usize[src]

impl Printable for u64[src]

impl Printable for &[u8][src]

impl Printable for &str[src]

impl Printable for bool[src]

impl Printable for ()[src]

impl<TupleElement0: Printable> Printable for (TupleElement0,)[src]

impl<TupleElement0: Printable, TupleElement1: Printable> Printable for (TupleElement0, TupleElement1)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable, TupleElement3: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2, TupleElement3)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable, TupleElement3: Printable, TupleElement4: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable, TupleElement3: Printable, TupleElement4: Printable, TupleElement5: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable, TupleElement3: Printable, TupleElement4: Printable, TupleElement5: Printable, TupleElement6: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable, TupleElement3: Printable, TupleElement4: Printable, TupleElement5: Printable, TupleElement6: Printable, TupleElement7: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable, TupleElement3: Printable, TupleElement4: Printable, TupleElement5: Printable, TupleElement6: Printable, TupleElement7: Printable, TupleElement8: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable, TupleElement3: Printable, TupleElement4: Printable, TupleElement5: Printable, TupleElement6: Printable, TupleElement7: Printable, TupleElement8: Printable, TupleElement9: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable, TupleElement3: Printable, TupleElement4: Printable, TupleElement5: Printable, TupleElement6: Printable, TupleElement7: Printable, TupleElement8: Printable, TupleElement9: Printable, TupleElement10: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10)[src]

impl<TupleElement0: Printable, TupleElement1: Printable, TupleElement2: Printable, TupleElement3: Printable, TupleElement4: Printable, TupleElement5: Printable, TupleElement6: Printable, TupleElement7: Printable, TupleElement8: Printable, TupleElement9: Printable, TupleElement10: Printable, TupleElement11: Printable> Printable for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11)[src]

Loading content...

Implementors

impl Printable for DispatchError[src]

impl<T> Printable for DispatchErrorWithPostInfo<T> where
    T: Eq + PartialEq + Clone + Copy + Encode + Decode + Printable
[src]

Loading content...