Thanks to visit codestin.com Credit goes to docs.rs
pub trait RsAsyncFunction: Fn(Vec<Value>) -> Pin<Box<dyn Future<Output = Result<Value, Error>>>> + 'static { }
Represents an async function that can be registered with the runtime