Skip to main content
Fetcher4
moxcms
0.8.1
Fetcher4
Required Methods
fetch
Implementors
In moxcms::
nd_
array
moxcms
::
nd_array
Trait
Fetcher4
Copy item path
Source
trait Fetcher4<T> { // Required method fn
fetch
(&self, x:
i32
, y:
i32
, z:
i32
, w:
i32
) -> T; }
Required Methods
§
Source
fn
fetch
(&self, x:
i32
, y:
i32
, z:
i32
, w:
i32
) -> T
Implementors
§
Source
§
impl
Fetcher4
<
Vector3
<
f32
>> for
Fetch4Vec3
<'_>
Source
§
impl
Fetcher4
<
Vector4
<
f32
>> for
Fetch4Vec4
<'_>