Docs.rs
moonshine-core-0.5.1
moonshine-core 0.5.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Zeenobit
Dependencies
bevy_app ^0.18
normal
moonshine-kind ^0.4
normal
moonshine-object ^0.3
normal
moonshine-save ^0.6
normal
moonshine-tag ^0.4
normal
moonshine-util ^0.4
normal
bevy ^0.18
dev
Versions
20%
of the crate is documented
Platform
i686-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
SaveStream
moonshine_
core
0.5.1
Save
Stream
Implementors
In moonshine_
core::
save
moonshine_core
::
save
Trait
Save
Stream
Copy item path
Source
pub trait SaveStream:
Write
+
Static
{ }
Expand description
Alias for a
'static
Write
stream.
Implementors
§
Source
§
impl<S>
SaveStream
for S
where S:
Write
+
Static
,