Enum little::FunctionMapError [] [src]

pub enum FunctionMapError {
    NotFound(String),
}

Function mapping error.

Variants

NotFound(String)

Trait Implementations

impl Debug for FunctionMapError
[src]

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

Formats the value using the given formatter.