Enum fixedvec::ErrorKind [] [src]

pub enum ErrorKind {
    NoSpace,
}

Variants

NoSpace

Trait Implementations

impl Debug for ErrorKind
[src]

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

Formats the value using the given formatter.