pub type ComponentsRef<'a> = GenericComponents<&'a str>;
pub struct ComponentsRef<'a> { /* private fields */ }