pub trait AsSubject: Display { // Required method fn subject(&self) -> Subject<'_>; }
Extension trait for types that can be used as a log subject.
Return a Subject for this ID.
Subject