Struct tc_core::Logs[][src]

pub struct Logs {
    pub stdout: Box<Read>,
    pub stderr: Box<Read>,
}

Fields

Trait Implementations

impl Debug for Logs
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Logs

impl !Sync for Logs