[−][src]Trait swim_mem::alloc::StowInto
Conversion from Self
into a value, allocating in a Hold
as needed.
Required methods
fn try_stow_into(self, hold: &dyn Hold<'b>) -> Result<T, (Self, HoldError)>
Converts Self
into a value, allocating in hold
as needed.