From cb663e2f19e7ecb3c932aac3187fe51510d553f5 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 10 Sep 2020 13:44:05 +0100 Subject: [PATCH] update readme --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 34714af..df22d17 100644 --- a/README.org +++ b/README.org @@ -93,6 +93,7 @@ } #+END_SRC + This trait is sealed, and we have it already implemented for all handle types, so you rarely need to use it yourself, unless you want a function that operates on any type of handle. **** Error handling There is provided an idiomatic Rust error handling module, with conversion and interop between the C ABI ~GHOST_TSuccess~ and the Rust ~error::GhostError~. There is also the type alias ~GhostResult~ provided.