[][src]Trait sudoku_backend::ops::constraints::StringLength

pub trait StringLength {
    const LENGTH: usize;
}

Template value arg, refer to HexString.

Rust doesn't have value template args so this is just one big one.

Associated Constants

The requested length of the string.

Implementors

impl StringLength for SCrypt64Length
[src]

impl StringLength for SudokuBoard9x9ConciseLength
[src]