Function tlspuffin::put::make_claimer

source ยท
fn make_claimer<F>(callback: F) -> CLAIMER_CB
where F: FnMut(Claim) + 'static,