Docs.rs
cranpose-core-0.0.33
cranpose-core 0.0.33
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
samoylenkodmitry
Dependencies
ahash ^0.8.12
normal
futures-task ^0.3
normal
log ^0.4
normal
rustc-hash ^2.1
normal
smallvec ^1.15.1
normal
cranpose-macros ^0.0.33
dev
Versions
43.12%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
ApplierHost
cranpose_
core
0.0.33
Applier
Host
Required Methods
borrow_dyn
Implementors
In crate cranpose_
core
cranpose_core
Trait
Applier
Host
Copy item path
Source
pub trait ApplierHost { // Required method fn
borrow_dyn
(&self) ->
RefMut
<'_, dyn
Applier
>; }
Required Methods
§
Source
fn
borrow_dyn
(&self) ->
RefMut
<'_, dyn
Applier
>
Implementors
§
Source
§
impl<A:
Applier
+ 'static>
ApplierHost
for
ConcreteApplierHost
<A>