[][src]Module rosy::mixin

Ruby mixins.

Structs

Class

An instance of Ruby's Class type.

Module

An instance of Ruby's Module type.

Enums

DefMixinError

An error when attempting to define a Mixin type.

Inheritance

The inheritance relationship between two classes.

Traits

Classify

A type that can be instantiated from a typed Class instance.

MethodFn

An extern "C" fn that can be used as a method in Class::def_method.

Mixin

A type that supports mixins (see Class and Module).