Type Definition openssl::ssl::ServerNameCallbackData
[−]
[src]
type ServerNameCallbackData<T> = fn(_: &mut Ssl, _: &mut i32, _: &T) -> i32;