pub trait FProxy {
// Provided method
unsafe fn free(&mut self) { ... }
}Expand description
Trait to control proxies from the application.
Everything that is a proxy implements this trait,
it is automatically implemented with #[fproxy::proxy].