Docs.rs
tycho-vm-0.3.3
tycho-vm 0.3.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Rexagon
Dependencies
ahash ^0.8
normal
anyhow ^1.0
normal
arbitrary ^1
normal
optional
bitflags ^2.4
normal
blake2 ^0.10.6
normal
dyn-clone ^1.0
normal
num-bigint ^0.4
normal
num-integer ^0.1
normal
num-traits ^0.2
normal
sha2 ^0.10.8
normal
thiserror ^2.0
normal
tl-proto ^0.5.2
normal
tracing ^0.1
normal
optional
tycho-crypto ^0.4.0
normal
tycho-types ^0.3.2
normal
tycho-vm-proc ^0.3.3
normal
criterion ^0.7
dev
hex ^0.4.3
dev
rand ^0.9
dev
tracing ^0.1
dev
tracing-test ^0.2
dev
tycho-asm-macros ^0.2.0
dev
tycho-types ^0.3.2
dev
Versions
42.22%
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
Skip to main content
RcCont
tycho_
vm
0.3.3
RcCont
Aliased Type
Trait Implementations
From<Rc<T>>
From<T>
Load<'a>
In crate tycho_
vm
tycho_vm
Type Alias
RcCont
Copy item path
Source
pub type RcCont =
SafeRc
<dyn
Cont
>;
Expand description
Continuation.
Aliased Type
§
pub struct RcCont(
/* private fields */
);
Trait Implementations
§
Source
§
impl<T:
Cont
+ 'static>
From
<
Rc
<T>> for
RcCont
Source
§
fn
from
(value:
Rc
<T>) -> Self
Converts to this type from the input type.
Source
§
impl<T:
Cont
+ 'static>
From
<T> for
RcCont
Source
§
fn
from
(value: T) -> Self
Converts to this type from the input type.
Source
§
impl<'a>
Load
<'a> for
RcCont
Source
§
fn
load_from
(slice: &mut
CellSlice
<'a>) ->
Result
<Self,
Error
>
Tries to load itself from a cell slice.