pub trait Buildable<'a>: Sealed<'a> { }
Expand description

A trait for borrowed IRI string types buildable by the Builder.

Implementors