Config

Trait Config 

Source
pub trait Config<const SIZE: usize = 16, const ALIGN: u8 = 1>: ConfigBase<Fixed, SIZE, 0, ALIGN> { }

Implementors§

Source§

impl<const SIZE: usize> Config<SIZE> for StringletBase<Fixed, SIZE, 0, 1>

Source§

impl<const SIZE: usize> Config<SIZE, 2> for StringletBase<Fixed, SIZE, 0, 2>

Source§

impl<const SIZE: usize> Config<SIZE, 4> for StringletBase<Fixed, SIZE, 0, 4>

Source§

impl<const SIZE: usize> Config<SIZE, 8> for StringletBase<Fixed, SIZE, 0, 8>

Source§

impl<const SIZE: usize> Config<SIZE, 16> for StringletBase<Fixed, SIZE, 0, 16>

Source§

impl<const SIZE: usize> Config<SIZE, 32> for StringletBase<Fixed, SIZE, 0, 32>

Source§

impl<const SIZE: usize> Config<SIZE, 64> for StringletBase<Fixed, SIZE, 0, 64>