pub trait Bind {
// Provided method
fn bind(&mut self, _context: &Context) { ... }
}Expand description
Binds a storage to the view’s state.
pub trait Bind {
// Provided method
fn bind(&mut self, _context: &Context) { ... }
}Binds a storage to the view’s state.