Skip to main content

TulispAny

Trait TulispAny 

Source
pub trait TulispAny:
    Any
    + Display
    + SyncSend { }

Trait Implementations§

Source§

impl Debug for dyn TulispAny

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§

Source§

impl<T: Any + Display + SyncSend> TulispAny for T