[][src]Trait convute::convert::TransmuteEachRef

pub trait TransmuteEachRef<T: ?Sized>: Container where
    T: Container,
    Self::Item: Transmute<T::Item>, 
{ fn transmute_each_ref(&self) -> &T; }

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

Required methods

fn transmute_each_ref(&self) -> &T

Loading content...

Implementations on Foreign Types

impl<A, B> TransmuteEachRef<[B]> for [A] where
    A: Transmute<B>, 
[src]

Loading content...

Implementors

Loading content...