Struct custom_print::WriteStrFn [−][src]
Expand description
A wrapper for write functions for<R> FnMut(&str) -> R.
It implements WriteStr trait and can be used in conjunction with IntoWriteFn and IntoTryWriteFn traits to simplify type inference.
Implementations
Trait Implementations
impl<F: PartialEq, R: PartialEq> PartialEq<WriteStrFn<F, R>> for WriteStrFn<F, R> where
F: FnMut(&str) -> R, [src]
impl<F: PartialEq, R: PartialEq> PartialEq<WriteStrFn<F, R>> for WriteStrFn<F, R> where
F: FnMut(&str) -> R, [src]This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<F, R> RefUnwindSafe for WriteStrFn<F, R> where
F: RefUnwindSafe, impl<F, R> Send for WriteStrFn<F, R> where
F: Send, impl<F, R> Sync for WriteStrFn<F, R> where
F: Sync, impl<F, R> Unpin for WriteStrFn<F, R> where
F: Unpin, impl<F, R> UnwindSafe for WriteStrFn<F, R> where
F: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more