Skip to main content

token_stream_to_file

Function token_stream_to_file 

Source
pub fn token_stream_to_file<P: AsRef<Path>>(
    file_path: P,
    tokens: &TokenStream,
) -> Result<Directory, VfsError>