Skip to main content

apply_persistent_tool_intent

Function apply_persistent_tool_intent 

Source
pub fn apply_persistent_tool_intent<S>(
    editor: &mut CanvasEditor,
    store: &mut S,
    cursor: &mut CanvasPersistenceCursor,
    intent: CanvasToolIntent,
) -> Result<(), CanvasPersistenceError<S::Error>>