UrlPathParam

Trait UrlPathParam 

Source
pub trait UrlPathParam {
    // Required method
    fn from_value(value: &Value) -> Option<Self>
       where Self: Sized;
}

Required Methods§

Source

fn from_value(value: &Value) -> Option<Self>
where Self: Sized,

Implementations on Foreign Types§

Source§

impl UrlPathParam for i32

Source§

fn from_value(value: &Value) -> Option<Self>

Source§

impl UrlPathParam for String

Source§

fn from_value(value: &Value) -> Option<Self>

Implementors§