Enum mould::worker::Realize [] [src]

pub enum Realize {
    OneItem(Object),
    OneItemAndDone(Object),
    Reject(String),
    Empty,
    Done,
}

Variants

Trait Implementations

impl<'a> From<&'a str> for Realize
[src]

Performs the conversion.

impl From<String> for Realize
[src]

Performs the conversion.