[−][src]Trait parquet::file::reader::TryClone
TryClone tries to clone the type and should maintain the Seek
position of the given
instance.
Required Methods
fn try_clone(&self) -> Result<Self>
[−]
Clones the type returning a new instance or an error if it's not possible to clone it.
Implementations on Foreign Types
impl TryClone for File
[src]
[−]
impl TryClone for File
impl<'a> TryClone for Cursor<&'a [u8]>
[src]
[−]
impl<'a> TryClone for Cursor<&'a [u8]>