Skip to main content

BoxCustomVerifyFinish

Type Alias BoxCustomVerifyFinish 

pub type BoxCustomVerifyFinish = Box<dyn FnOnce(&mut SslRef) -> Result<(), SslAlert>>;
Available on crate features boring and crypto and std only.
Expand description

The type of callbacks returned by BoxCustomVerifyFuture methods.

Aliased Type§

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