reslt_core 0.1.0

Dioxus signal utilities for tables, toasts, modals, and checkboxes
Documentation
1
2
3
pub trait FieldAccessible {
    fn get_field(&self, field_name: &str) -> Option<String>;
}