pub trait ToEitherDname: Compose + for<'a> ToLabelIter<'a> { }
Expand description

A name that is either absolute or relative.

This is anything that can iterate over labels.

The trait only exists to avoid the somewhat clumsy trait bounds necessary for ToLabelIter.

Implementors