mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-03 05:44:54 +03:00
feat: add session related function
This commit is contained in:
@@ -61,7 +61,7 @@ pub(self) trait PluginNativeHandler {
|
||||
) -> Option<NR>;
|
||||
}
|
||||
|
||||
pub(crate) trait Callable {
|
||||
pub trait Callable {
|
||||
fn call(
|
||||
&self,
|
||||
method: &String,
|
||||
|
||||
Reference in New Issue
Block a user