Trait zenu_matrix::memory::ToOwnedMemory
source · pub trait ToOwnedMemory: Memory {
type Owned: Owned<Item = Self::Item>;
// Required method
fn to_owned_memory(&self) -> Self::Owned;
}
Required Associated Types§
Required Methods§
fn to_owned_memory(&self) -> Self::Owned
Object Safety§
This trait is not object safe.