pub trait AsTarg {
    fn as_targ(&self) -> Targ<'_>;
}
Expand description

Trait for being generic over Target and Targ

Required Methods

Converts to a targ.

Implementors