Macro proteus_impl

Source
macro_rules! proteus_impl {
    ($body:block) => { ... };
}
Expand description

Implement a proteus function, or return an error if the feature is not enabled.

The macro_export macro ensures this shows up at the crate root in all cases.