artichoke_core

Module convert

Source
Expand description

Convert between Rust and Ruby objects.

Traitsยง

Convert
Infallible conversion between two types.
ConvertMut
Mutable infallible conversion between two types.
TryConvert
Fallible conversions between two types.
TryConvertMut
Mutable fallible conversions between two types.