Skip to main content

IntoFArg

Trait IntoFArg 

Source
pub trait IntoFArg<M> {
    // Required method
    fn into_farg(self) -> FArg;
}
Expand description

Disjoint-marker conversion for .arg values (the same E0119 dodge as IntoText).

Required Methods§

Source

fn into_farg(self) -> FArg

Implementations on Foreign Types§

Source§

impl IntoFArg<ValM> for &str

Source§

impl IntoFArg<ValM> for f64

Source§

impl IntoFArg<ValM> for i64

Source§

impl IntoFArg<ValM> for String

Implementors§

Day API ↩ Guides· daybrite.dev