Skip to main content

WriteComplete

Type Alias WriteComplete 

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