pub trait AsyncDebug { }
AsyncDebug trait, this just marks the struct or enum as having AsyncDebug capabilities, the actual implementation is in an inherent impl
AsyncDebug