pub async fn get_all_route_segments(
query: String,
realm_query: &RealmQueryProxy,
) -> Result<Vec<RouteSegment>, FindInstancesError>
Expand description
Find components that reference a capability matching the given |query|.
pub async fn get_all_route_segments(
query: String,
realm_query: &RealmQueryProxy,
) -> Result<Vec<RouteSegment>, FindInstancesError>
Find components that reference a capability matching the given |query|.