pub trait DynType: ToString { }

Implementors§

source§

impl<T: ToString> DynType for T