Struct cb_stm_temp::Stm [] [src]

pub struct Stm<T> { /* fields omitted */ }

Methods

impl<T> Stm<T>
[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug> Debug for Stm<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Display> Display for Stm<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Stm<T> where
    T: Send + Sync

impl<T> Sync for Stm<T> where
    T: Send + Sync