feat!: Improved attribute parsing in device macro
This commit is contained in:
@@ -39,7 +39,7 @@ pub struct State {
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Device)]
|
||||
#[device(add_methods(Self::add_methods))]
|
||||
#[device(add_methods = Self::add_methods)]
|
||||
pub struct Presence {
|
||||
config: Config,
|
||||
state: Arc<RwLock<State>>,
|
||||
|
||||
Reference in New Issue
Block a user