Skip to main content

Commit

Type Alias Commit 

Source
pub type Commit = Box<dyn FnOnce() + Send>;
Expand description

The second half of a reload: the part that cannot fail.

Aliased Typeยง

pub struct Commit(/* private fields */);