xody 0.2.4

Utilities Library
Documentation
1
2
3
4
5
6
7
8
9
10
pub trait ICallRet {
    fn split(
        self,
    ) -> (
        String,            // code
        String,            // msg
        serde_json::Value, //value
    );

}