Trait ArgFromValue

pub trait ArgFromValue<'k>: Sealed

Converts a template Value into a type that can be used in Rust code

Associated Types

type Output;

Required Methods

fn from_value(value: &'k Value) -> TeraResult<Self::Output>

Implementors