pub type FirstCommitFromPeerCallback = Box<dyn Fn(&FirstCommitFromPeerPayload) -> bool + Send + Sync>;
The callback of the first commit from a peer.
pub struct FirstCommitFromPeerCallback(/* private fields */);