Enum little::CallMapError [] [src]

pub enum CallMapError {
    NotFound(String),
}

Call mapping error.

Variants

NotFound(String)

Trait Implementations

impl Debug for CallMapError
[src]

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

Formats the value using the given formatter.