Docs.rs
hooks-core-3.0.0-alpha.6
hooks-core 3.0.0-alpha.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
EqualMa
Dependencies
futures-core ^0.3.25
normal
optional
pin-project-lite ^0.2.9
normal
syn-lite ^0.3.0
normal
Versions
43.86%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hooks_
core
3.0.0-alpha.6
Hook
Value
Bounds
Implementations on Foreign Types
&'hook T
Implementors
In crate hooks_
core
hooks_core
Trait
HookValueBounds
Copy item path
Source
pub trait HookValueBounds<'hook, This: ?
Sized
>: Sealed<'hook, This> { }
Implementations on Foreign Types
§
Source
§
impl<'hook, T: ?
Sized
>
HookValueBounds
<'hook, T> for
&'hook T
Implementors
§