Struct xd_slice::Slice [] [src]

pub struct Slice<T>(_);

Trait Implementations

impl<'a, T> From<&'a [T]> for &'a Slice<T>
[src]

[src]

Performs the conversion.

impl<'a, T> From<&'a mut [T]> for &'a mut Slice<T>
[src]

[src]

Performs the conversion.

impl<T: LowerHex> LowerHex for Slice<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: UpperHex> UpperHex for Slice<T>
[src]

[src]

Formats the value using the given formatter.