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