Home
last modified time | relevance | path

Searched defs:TryCaptureGeneric (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/library/core/src/
Dasserting.rs25 pub trait TryCaptureGeneric<E, M> { interface
30 impl<E> TryCaptureGeneric<E, TryCaptureWithoutDebug> for &Wrapper<&E> { impl