Trait TaskParam

Source
pub trait TaskParam: Serialize {
    // Provided method
    fn get_param(&self) -> String { ... }
}

Provided Methods§

Source

fn get_param(&self) -> String

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl TaskParam for Value

Implementors§