Struct hexagon::errors::VMError [] [src]

pub struct VMError { /* fields omitted */ }

Methods

impl VMError
[src]

[src]

Trait Implementations

impl<T> From<T> for VMError where
    T: Object + 'static, 
[src]

[src]

Performs the conversion.

impl<'a> From<&'a str> for VMError
[src]

[src]

Performs the conversion.