feat: add session related function

This commit is contained in:
Kingtous
2023-04-28 14:55:40 +08:00
parent c140bcfed6
commit 952598af25
5 changed files with 130 additions and 211 deletions

View File

@@ -61,7 +61,7 @@ pub(self) trait PluginNativeHandler {
) -> Option<NR>;
}
pub(crate) trait Callable {
pub trait Callable {
fn call(
&self,
method: &String,