Struct hadean_std::pinnedvec::PinnedVecError [] [src]

pub struct PinnedVecError<T>(_);

Returned when an attempted insertion into a PinnedVec would exceed capacity.

Trait Implementations

impl<T> Debug for PinnedVecError<T>
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.