[][src]Macro runestick::decl_external

macro_rules! decl_external {
    ($external:ty) => { ... };
}

Implement the value trait for an external type.

This is required to support the external type as a type argument in a registered function.

This will be deprecated once (or if) specialization lands.