Macro test_file
macro_rules! test_file {
($file_name: expr) => { ... };
}Available on crate features
crypto and aws-lc only.Expand description
References a test input file.
macro_rules! test_file {
($file_name: expr) => { ... };
}crypto and aws-lc only.References a test input file.