pub fn create_proto_file(proto_data: &str) -> NamedTempFile
Expand description
Returns the file.
(NamedTempFile
will automatically delete the file when it goes out of scope.)
pub fn create_proto_file(proto_data: &str) -> NamedTempFile
Returns the file.
(NamedTempFile
will automatically delete the file when it goes out of scope.)