pub trait DebugAttestor: Attestor + Debug { }
Trait marker to bound Attestor with Debug for use inside the public API.
Attestor
Debug