[][src]Function ntex_amqp::server::handshake

pub fn handshake<Io, St, A, F>(srv: F) -> Handshake<Io, St, A> where
    F: IntoServiceFactory<A>,
    A: ServiceFactory<Config = (), Response = ConnectAck<Io, St>>,