Trait konst::slice::BytesPattern
source · pub trait BytesPattern<const N: usize>: HasTypeWitness<BytesPatternInput<N, Self>> { }
Expand description
A byte slice pattern.
Types that implement this trait can be used to search into a byte slice.
This trait can only be implemented in the konst
crate.
Object Safety§
This trait is not object safe.