Skip to main content

SharedDateAdapter

Type Alias SharedDateAdapter 

Source
pub type SharedDateAdapter = Rc<dyn DateAdapter>;
Expand description

The adapter as the components hold it.

Aliased Typeยง

pub struct SharedDateAdapter { /* private fields */ }