[][src]Trait swym::tx::RW

pub trait RW<'tcell>: Read<'tcell> + Write<'tcell> { }

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

Implementors

impl<'tcell, T: Read<'tcell> + Write<'tcell>> RW<'tcell> for T[src]

Loading content...