Struct rgsl::IOStream [] [src]

pub struct IOStream { /* fields omitted */ }

A wrapper to handle I/O operations between GSL and rust

Methods

impl IOStream
[src]

Open a file in write mode.

Trait Implementations

impl Drop for IOStream
[src]

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