Skip to main content

SyncComplete

Type Alias SyncComplete 

Source
pub type SyncComplete = dyn Fn(Result<i32, CompletionError>) + Send + Sync;