Trait rhai::Any [] [src]

pub trait Any: StdAny {
    fn type_id(&self) -> TypeId;
fn box_clone(&self) -> Box<Any>; }

Required Methods

Methods

impl Any
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Any
[src]

[src]

Formats the value using the given formatter.

Implementors