Trait slice::TryClone[][src]

pub trait TryClone: Sized {
    fn try_clone(&self) -> Result<Self, Error>;
}

Object cloning that can potentially fail.

Required Methods

Implementations on Foreign Types

impl TryClone for File
[src]

Implementors