pub trait ImPlot3DExt { // Required method fn implot3d<'ui>(&'ui self) -> Plot3DUi<'ui>; }
Ui extension for obtaining a Plot3DUi