Struct terminate::SimpleTerminate[][src]

pub struct SimpleTerminate<PPEL: ParsedPanicErrorLogger> { /* fields omitted */ }

A simple terminate that does no logging of errors.

Implementations

impl<PPEL: ParsedPanicErrorLogger> SimpleTerminate<PPEL>[src]

pub fn new(error_logger: PPEL) -> Arc<Self>[src]

New instance.

Trait Implementations

impl<PPEL: Debug + ParsedPanicErrorLogger> Debug for SimpleTerminate<PPEL>[src]

impl<PPEL: ParsedPanicErrorLogger> Terminate for SimpleTerminate<PPEL>[src]

fn begin_termination(&self)[src]

Begin termination.

Auto Trait Implementations

impl<PPEL> RefUnwindSafe for SimpleTerminate<PPEL> where
    PPEL: RefUnwindSafe
[src]

impl<PPEL> Send for SimpleTerminate<PPEL>[src]

impl<PPEL> Sync for SimpleTerminate<PPEL>[src]

impl<PPEL> Unpin for SimpleTerminate<PPEL> where
    PPEL: Unpin
[src]

impl<PPEL> UnwindSafe for SimpleTerminate<PPEL> where
    PPEL: UnwindSafe
[src]

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.