[][src]Trait swym::tx::Read

pub unsafe trait Read<'a> { }

Trait for types that represent transactions with the ability to read.

Notes

Don't implement this trait.

Implementors

impl<'tcell> Read<'tcell> for RWTx<'tcell>[src]

impl<'tcell> Read<'tcell> for ReadTx<'tcell>[src]

Loading content...