binius_hal

Trait HalSlice

source
pub trait HalSlice<P: Debug + Send + Sync>:
    Deref<Target = [P]>
    + DerefMut<Target = [P]>
    + Debug
    + FromIterator<P>
    + FromParallelIterator<P>
    + Send
    + Sync
    + 'static { }
Expand description

HAL-managed memory containing the result of its operations.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<P: Send + Sync + Debug + 'static> HalSlice<P> for Vec<P>

Implementors§