Trait ferry::Params[][src]

pub trait Params {
    fn get(&self, _: &'static str) -> &'static str;
}

Params is used to pass data to sessions for authorization. An existing implementation, and the one most likely to be used, is url.Values.

Required Methods

Implementors