pub trait ToFloTool<Anim: Animation, ToolData: Send + 'static> {
// Required method
fn to_flo_tool(self) -> Arc<FloTool<Anim>> ⓘ;
}Expand description
Converts a tool to a generic tool
Required Methods§
Sourcefn to_flo_tool(self) -> Arc<FloTool<Anim>> ⓘ
fn to_flo_tool(self) -> Arc<FloTool<Anim>> ⓘ
Converts this object to a generic tool reference