pub trait ScriptType: UserData + Send + Sync { }

Implementors