Trait no_std_compat2::asserting::TryCapturePrintable
source · pub trait TryCapturePrintable<E, M> {
// Required method
fn try_capture(&self, to: &mut Capture<E, M>);
}🔬This is a nightly-only experimental API. (
generic_assert_internals)Available on non-crate feature
std only.Expand description
Catches an arbitrary E: Printable and modifies to accordingly
Required Methods§
sourcefn try_capture(&self, to: &mut Capture<E, M>)
fn try_capture(&self, to: &mut Capture<E, M>)
🔬This is a nightly-only experimental API. (
generic_assert_internals)Similar as [TryCaptureGeneric] but specialized to any E: Printable.