Struct tectonic::io::stdstreams::GenuineStdoutIo[][src]

pub struct GenuineStdoutIo {}

GenuineStdoutIo provides a mechanism for the "stdout" output to actually go to the process's stdout.

Methods

impl GenuineStdoutIo
[src]

Trait Implementations

impl Clone for GenuineStdoutIo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GenuineStdoutIo
[src]

impl Debug for GenuineStdoutIo
[src]

Formats the value using the given formatter. Read more

impl Eq for GenuineStdoutIo
[src]

impl PartialEq for GenuineStdoutIo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl IoProvider for GenuineStdoutIo
[src]

Open the "primary" input file, which in the context of TeX is the main input that it's given. When the build is being done using the filesystem and the input is a file on the filesystem, this function isn't necesssarily that important, but those conditions don't always hold. Read more

Open a format file with the specified name. Format files have a specialized entry point because IOProviders may wish to handle them specially: namely, to munge the filename to one that includes the current version of the Tectonic engine, since the format contents depend sensitively on the engine internals. Read more

Save an a format dump in some way that this provider may be able to recover in the future. This awkward interface is needed for to write formats with their special munged file names. Read more

Auto Trait Implementations