[][src]Function thrussh_keys::agent::server::serve

pub async fn serve<S, L, A>(listener: L, agent: A) -> Result<(), Error> where
    S: AsyncRead + AsyncWrite + Send + Sync + Unpin + 'static,
    L: Stream<Item = Result<S>> + Unpin,
    A: Agent + Send + Sync + 'static,