Skip to main content

trait_sys_ps/
lib.rs

1#[path = "ps.rs"]
2mod ps_mod;
3
4plugin_api::export_trait!(ps_mod::ps);