You can search for identifiers within the package.
in-package search v0.2.0
extism
Extism.Error
Extism error type
type t = [
| `Msg of string
]
Error type
exception Error of t
Exception type
val unwrap : ('a, t) result -> 'a
Like Result.get_ok for t
Result.get_ok
t
val throw : t -> 'a
Raise t as an exception