IntoConfig

Trait IntoConfig 

pub trait IntoConfig: Serialize {
    type Node: FlowNodeBase;
}
Expand description

A “glue” trait for routing config to the correct node, analogous to IntoRequest.

This trait should be autogenerated via the flowey_config! macro - do not try to implement it manually!

Required Associated Types§

type Node: FlowNodeBase

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.

Implementors§