Trait glory_core::web::ClassPart
source · pub trait ClassPart: Debug {
// Required method
fn to_string(&self) -> Option<String>;
// Provided methods
fn bind_view(&self, _view_id: &ViewId) { ... }
fn is_revising(&self) -> bool { ... }
}