Enum twig::error::CastTarget [] [src]

pub enum CastTarget {
    Int,
    Float,
    Number,
}

Variants

Int
Float
Number

Trait Implementations

Derived Implementations

impl Clone for CastTarget

fn clone(&self) -> CastTarget

fn clone_from(&mut self, source: &Self)

impl Debug for CastTarget

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