Struct regex::re_bytes::CapturesDebug[][src]

struct CapturesDebug<'c, 't: 'c>(&'c Captures<'t>);

Trait Implementations

impl<'c, 't> Debug for CapturesDebug<'c, 't>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'c, 't> Send for CapturesDebug<'c, 't>

impl<'c, 't> Sync for CapturesDebug<'c, 't>