Docs.rs
cgp-inner-0.4.2
cgp-inner 0.4.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
soareschen
Dependencies
cgp-component ^0.4.2
normal
cgp-macro ^0.4.2
normal
Versions
0%
of the crate is documented
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
HasInner
cgp_
inner
0.4.2
HasInner
Required Associated Types
Inner
Required Methods
inner
Implementors
In crate cgp_
inner
cgp_inner
Trait
HasInner
Copy item path
Source
pub trait HasInner { type
Inner
; // Required method fn
inner
(&self) -> &Self::
Inner
; }
Required Associated Types
§
Source
type
Inner
Required Methods
§
Source
fn
inner
(&self) -> &Self::
Inner
Implementors
§
Source
§
impl<Context>
HasInner
for Context
where Context:
HasCgpProvider
, Context::
CgpProvider
:
ProvideInner
<Context>,
Source
§
type
Inner
= <<Context as
HasCgpProvider
>::
CgpProvider
as
ProvideInner
<Context>>::
Inner