[−][src]Trait context_coroutine::context::TransferableData
Data that can be transfered to a context using Transfer
.
Required methods
fn into_usize(self) -> usize
Into usize; panics on failure.
fn from_usize(value: usize) -> Self
From usize; panics on failure.