[][src]Trait rosy::mixin::Classify

pub trait Classify: Object {
    fn class() -> Class<Self>;
}

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

Required methods

fn class() -> Class<Self>

Returns the typed class that can be used to get an instance of self.

Loading content...

Implementors

impl Classify for AnyException[src]

impl Classify for Encoding[src]

impl Classify for String[src]

impl Classify for AnyObject[src]

impl Classify for Class[src]

impl Classify for Integer[src]

impl Classify for Module[src]

impl Classify for Symbol[src]

impl Classify for InstrSeq[src]

impl<K: Object, V: Object> Classify for Hash<K, V>[src]

impl<O: Object> Classify for Array<O>[src]

Loading content...