Struct reproto_core::StdinObject [] [src]

pub struct StdinObject { /* fields omitted */ }

Methods

impl StdinObject
[src]

[src]

Trait Implementations

impl Object for StdinObject
[src]

[src]

Get a path to the object, if one exists.

[src]

Open a reader to the object.

Important traits for Box<R>
[src]

Lightweight cloning of this object.

Important traits for Box<R>
[src]

Convert the current object with the given name.

impl Debug for StdinObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for StdinObject
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StdinObject

impl Sync for StdinObject