Trait re_dev_tools::build_search_index::ingest::cpp::HasDescendants
source · trait HasDescendants<'a, 'input> {
// Required method
fn descendants(&'a self) -> Descendants<'a, 'input>;
}
trait HasDescendants<'a, 'input> {
// Required method
fn descendants(&'a self) -> Descendants<'a, 'input>;
}