Trait FunctionResult

pub trait FunctionResult

The trait that automatically converts a value into a TeraResult<Value>

Required Methods

fn into_result(self) -> TeraResult<Value>

Implementors