Trait flatcontainer::CopyOnto
source · pub trait CopyOnto<C: Region> {
// Required method
fn copy_onto(self, target: &mut C) -> C::Index;
}
Expand description
A type that can write its contents into a region.
pub trait CopyOnto<C: Region> {
// Required method
fn copy_onto(self, target: &mut C) -> C::Index;
}
A type that can write its contents into a region.