[][src]Trait convute::convert::TryTransmuteEachRef

pub trait TryTransmuteEachRef<T: ?Sized>: Container where
    T: Container,
    Self::Item: TryTransmute<T::Item>, 
{ fn try_transmute_each_ref(&self) -> Option<&T>; }

Don't implement this trait directly, implement Transmute or TryTransmute instead.

Required methods

Loading content...

Implementations on Foreign Types

impl<A, B> TryTransmuteEachRef<[B]> for [A] where
    A: TryTransmute<B>, 
[src]

Loading content...

Implementors

Loading content...