pub fn refs_namespaces<'a, 'b, T>( namespace: T, name: Qualified<'b>, ) -> RefsNamespaces<'b, T>where T: Into<Component<'a>>,