pub struct StreamPreludeLib;Expand description
Host-registered library that installs the STREAM 6 prelude functions.
StreamPreludeLib reports a LibManifest exporting the memory-spec
catalog value plus every capability-gated stream function, and on load it
links those functions and the stream/memory-specs value into the runtime.
Prefer install_stream_prelude_lib over loading this type directly; it
also installs the underlying stream-core classes and shapes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamPreludeLib
impl RefUnwindSafe for StreamPreludeLib
impl Send for StreamPreludeLib
impl Sync for StreamPreludeLib
impl Unpin for StreamPreludeLib
impl UnsafeUnpin for StreamPreludeLib
impl UnwindSafe for StreamPreludeLib
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more