You can search for identifiers within the package.
in-package search v0.2.0
module Exn : sig ... end
module Context : sig ... end
type t = private Eio.Flow.two_way
val ssl_socket : t -> Ssl.socket
val accept : Context.t -> t
Accept a TLS Connection from a client
val connect : Context.t -> t
Connect to a server over TLS