[][src]Trait domain::base::name::ToEitherDname

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

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

impl<N: Compose + for<'a> ToLabelIter<'a>> ToEitherDname for N[src]

Loading content...