assertable_from_bytes

Macro assertable_from_bytes 

Source
macro_rules! assertable_from_bytes {
    ( $operator_type:ident, $slice:expr, $( $available:ident ),+ $(,)? ) => { ... };
}
Expand description

Macro to automate the code required to deserialize a constraint from a byte array.