Searched defs:bmp_string (Results 1 – 2 of 2) sorted by relevance
154 let bmp_string = BmpString::from_der(EXAMPLE_BYTES).unwrap(); in decode() localVariable160 let bmp_string = BmpString::from_utf8(EXAMPLE_UTF8).unwrap(); in encode() localVariable
10 mod bmp_string; module