Function seec_channel::tls::listen

source ·
pub async fn listen<T: RemoteSend>(
    addr: impl ToSocketAddrs + Debug,
    private_key_file: impl AsRef<Path> + Debug,
    certificate_chain_file: impl AsRef<Path> + Debug
) -> Result<TrackingChannel<T>, Error>