[][src]Trait embedded_hal::mutex::default::RefCellRw

pub trait RefCellRw { }
[]

Marker trait to enable an implementation of RwMutex using RefCells

Your mutex type must implement RoMutex for this to have an effect!

Implementors