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
impl<I> FunctionResult for Key<'a> where I: Into<Value>,impl<I> FunctionResult for Number where I: Into<Value>,impl<I> FunctionResult for Value where I: Into<Value>,impl<I: Into<Value>> FunctionResult for Iimpl<I: Into<Value>> FunctionResult for TeraResult<I>