Trait foyer_common::code::Value

source ·
pub trait Value: Send + Sync + 'static { }

Implementors§

source§

impl<T: Send + Sync + 'static> Value for T