[][src]Type Definition templar::functions::Function

type Function = dyn Fn(Data) -> Data + Send + Sync;

This is the definition used when adding functions to Templar