Struct datalog::writer::FileWriter [] [src]

pub struct FileWriter { /* fields omitted */ }

Methods

impl FileWriter
[src]

Trait Implementations

impl Writer for FileWriter
[src]

impl Drop for FileWriter
[src]

A method called when the value goes out of scope. Read more