Trait flo::tools::ToFloTool [] [src]

pub trait ToFloTool<Anim: Animation, ToolData: Send + 'static> {
    fn to_flo_tool(self) -> Arc<FloTool<Anim>>;
}

Converts a tool to a generic tool

Required Methods

Converts this object to a generic tool reference

Implementors