Skip to main content

AsyncFuncCommitTrait

Trait AsyncFuncCommitTrait 

Source
pub trait AsyncFuncCommitTrait {
    // Required method
    fn query_or_commit_task(
        &mut self,
        sheet_id: SheetId,
        cell_id: CellId,
        task: Task,
    ) -> Option<AsyncCalcResult>;
}

Required Methods§

Source

fn query_or_commit_task( &mut self, sheet_id: SheetId, cell_id: CellId, task: Task, ) -> Option<AsyncCalcResult>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§