Struct unshare::Printer[][src]

pub struct Printer<'a>(_, _);

A temporary value returned from Command::display for the sole purpose of being Display'ed.

Trait Implementations

impl<'a> Display for Printer<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Printer<'a>

impl<'a> !Sync for Printer<'a>