pub trait AsTarg { // Required method fn as_targ(&self) -> Targ<'_>; }
Trait for being generic over Target and Targ
Converts to a targ.