MCPcopy Create free account
hub / github.com/davidblewett/rure-python / CapturesDebug

Class CapturesDebug

regex/src/re_unicode.rs:982–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980}
981
982struct CapturesDebug<'c, 't: 'c>(&'c Captures<'t>);
983
984impl<'c, 't> fmt::Debug for CapturesDebug<'c, 't> {
985 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 1

fmtMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected