un_op

Function un_op 

Source
pub fn un_op<T, A>(f: fn(T) -> A, a: &Expression) -> Option<A>
where T: TryFrom<Literal>,