[][src]Struct ucglib::error::StackPrinter

pub struct StackPrinter<C: FilePositioned> {
    pub err: Error<C>,
}

Fields

err: Error<C>

Methods

impl<C: FilePositioned> StackPrinter<C>[src]

pub fn render(&self, w: &mut Formatter) -> Result[src]

Trait Implementations

impl<C: Debug + FilePositioned> Debug for StackPrinter<C>[src]

impl<C: FilePositioned> Display for StackPrinter<C>[src]

Auto Trait Implementations

impl<C> Send for StackPrinter<C> where
    C: Send

impl<C> Sync for StackPrinter<C> where
    C: Sync

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]