nu_derive_value

Derive Macro FromValue

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

Derive macro generating an impl of the trait FromValue.

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