Skip to main content

IntoFArg

Trait IntoFArg 

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§

fn into_farg(self) -> FArg

Implementations on Foreign Types§

§

impl IntoFArg<SigM> for Signal<f64>

§

fn into_farg(self) -> FArg

§

impl IntoFArg<SigM> for Signal<i64>

§

fn into_farg(self) -> FArg

§

impl IntoFArg<SigM> for Signal<String>

§

fn into_farg(self) -> FArg

§

impl IntoFArg<ValM> for &str

§

fn into_farg(self) -> FArg

§

impl IntoFArg<ValM> for f64

§

fn into_farg(self) -> FArg

§

impl IntoFArg<ValM> for i64

§

fn into_farg(self) -> FArg

§

impl IntoFArg<ValM> for String

§

fn into_farg(self) -> FArg

Implementors§

Day API ↩ Guides· daybrite.dev