When looking at https://ocaml.org/p/x509/1.0.6/doc/x509/X509/Private_key/index.html there is no clickable ToC of the functions defined in the module. For example in Rust, I see here all methods of SignignKey: https://docs.rs/ed25519-dalek/latest/ed25519_dalek/struct.SigningKey.html in the toc on the left.
When looking at https://ocaml.org/p/x509/1.0.6/doc/x509/X509/Private_key/index.html there is no clickable ToC of the functions defined in the module.
For example in Rust, I see here all methods of SignignKey: https://docs.rs/ed25519-dalek/latest/ed25519_dalek/struct.SigningKey.html in the toc on the left.