Skip to main content

Dispatch

Trait Dispatch 

Source
pub trait Dispatch: 'static + Sealed { }
Expand description

Static or Dynamic dispatch.

Implementors§

Source§

impl Dispatch for Dynamic

Source§

impl<const OUTDEGREES: usize, const REFERENCES: usize, const BLOCKS: usize, const INTERVALS: usize, const RESIDUALS: usize> Dispatch for Static<OUTDEGREES, REFERENCES, BLOCKS, INTERVALS, RESIDUALS>