Type Definition dyon::RustObject [] [src]

type RustObject = Arc<Mutex<Any>>;

Trait Implementations

impl PopVariable for RustObject
[src]

[src]

Converts variable to self. The variable should be resolved before call. Read more

impl PushVariable for RustObject
[src]

[src]

Converts from self to variable.