Struct reproto_core::StdinObject
[−]
[src]
pub struct StdinObject { /* fields omitted */ }
Methods
impl StdinObject
[src]
Trait Implementations
impl Object for StdinObject
[src]
fn path(&self) -> Option<&Path>
[src]
Get a path to the object, if one exists.
fn read(&self) -> Result<Box<Read>>
[src]
Open a reader to the object.
fn clone_object(&self) -> Box<Object>
[src]
Lightweight cloning of this object.
fn with_name(&self, name: String) -> Box<Object>
[src]
Convert the current object with the given name.