Type Definition rust_pathtracer::prelude::Owned
source · pub type Owned<T, R, C = Const<1>> = <DefaultAllocator as Allocator<T, R, C>>::Buffer;Expand description
The owned data storage that can be allocated from S.
pub type Owned<T, R, C = Const<1>> = <DefaultAllocator as Allocator<T, R, C>>::Buffer;The owned data storage that can be allocated from S.