Docs.rs
termite-0.1.0-alpha
termite 0.1.0-alpha
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ChangeCaps
Dependencies
ahash ^0.8
normal
async-channel ^1.7
normal
downcast-rs ^1.2
normal
event-listener ^2.5
normal
fixedbitset ^0.4
normal
hashbrown ^0.12
normal
hyena ^0.2
normal
termite-macro ^0.1.0-alpha
normal
Versions
14.09%
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
Resource
termite
0.1.0-alpha
Resource
Methods
downcast_mut
downcast_ref
Implementors
In crate termite
termite
Trait
Resource
Copy item path
Source
pub trait Resource:
Send
+
Sync
+ 'static { }
Implementations
§
Source
§
impl dyn
Resource
Source
pub unsafe fn
downcast_ref
<T:
Resource
>(&self) ->
&T
Source
pub unsafe fn
downcast_mut
<T:
Resource
>(&mut self) ->
&mut T
Implementors
§
Source
§
impl<T>
Resource
for T
where T:
Send
+
Sync
+ 'static,