Docs.rs
dynamic-proxy-0.4.0
dynamic-proxy 0.4.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kamyar1979
Dependencies
dynamic-proxy-macros ^0.2.0
normal
dynamic-proxy-types ^0.5.0
normal
tokio ^1.12.0
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dynamic_
proxy
0.4.0
Dynamic
Proxy
Required Methods
call
Implementors
In crate dynamic_
proxy
dynamic_proxy
Trait
DynamicProxy
Copy item path
Source
pub trait DynamicProxy { // Required method fn
call
(&self, invocation: &mut
InvocationInfo
<'_>); }
Required Methods
§
Source
fn
call
(&self, invocation: &mut
InvocationInfo
<'_>)
Implementors
§