Function re_viewport_blueprint::container_kind_from_egui
source · pub fn container_kind_from_egui(kind: ContainerKind) -> ContainerKind
Expand description
Converts a [egui_tiles::ContainerKind
] into a re_types_blueprint::blueprint::components::ContainerKind
.
Does not implement the From
/To
traits because we don’t want re_types_blueprint
to depend
on egui
, and we cannot do it from here because of orphan rules.