Trait slice::TryClone [] [src]

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

Required Methods

Implementations on Foreign Types

impl TryClone for File
[src]

[src]

Implementors