Enum baimax::ast::convert::ConverterOutput [] [src]

pub enum ConverterOutput {
    Active,
    Ok(File),
    Err(ConvertError),
    Done,
}

Variants

Methods

impl ConverterOutput
[src]

Trait Implementations

impl Debug for ConverterOutput
[src]

Formats the value using the given formatter.

impl Clone for ConverterOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Option<Result<Option<File>, ConvertError>>> for ConverterOutput
[src]

Performs the conversion.