pub trait IntoParam {
    fn into_param(self) -> ZapParam;
}

Required methods

Implementations on Foreign Types

Implementors