nu_protocol

Derive Macro IntoValue

Source
#[derive(IntoValue)]
{
    // Attributes available to this derive:
    #[nu_value]
}
Expand description

Derive macro generating an impl of the trait IntoValue.

For further information, see the docs on the trait itself.