pub trait AsBytes { // Required method fn as_bytes(&self) -> &[u8] ⓘ; }
Helper trait to convert keys to byte slices for FST operations.
Convert the key to a byte slice.