Skip to main content

IntoParam

Trait IntoParam 

Source
pub trait IntoParam {
    // Required method
    fn into_scalar(self) -> ScalarValue;
}
Expand description

파라미터 변환 트레이트

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoParam for &str

Source§

impl IntoParam for bool

Source§

impl IntoParam for f64

Source§

impl IntoParam for i32

Source§

impl IntoParam for i64

Source§

impl IntoParam for String

Source§

impl<T: IntoParam> IntoParam for Option<T>

Implementors§