Enum convey::Target[][src]

pub enum Target {
    Human(Arc<Mutex<Formatter>>),
    Json(Arc<Mutex<Formatter>>),
}

Known targets to write to

Variants

Human readable output

Will mostly be (unstructured) text, optionally with formatting.

JSON output

Machines like this.

Trait Implementations

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Target

impl Sync for Target