Trait tk::cmd::TkSplineStepsFn

source ·
pub trait TkSplineStepsFn {
    type Output;

    // Required method
    fn output(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn output(self) -> Self::Output

Implementors§