Crate rutie_serde[][src]

Modules

Macros

A macro to define Rutie methods, which uses rutie_serde to deserialize arguments and serialize results.

Structs

A wrapper for rutie::AnyObject to allow it to be used in rutie_serde function signatures.

Enums

Traits

Abstraction around deserialization from T: Object -> O: Deserialize or from &AnyObject to RutieObject

This extension trait allows callers to call .chain_context to add extra context to errors, in the same way as error-chain’s .chain_err. The provided context will be passed to Ruby with any Exception.

Functions

Type Definitions