1 2 3 4
pub use crate::error::ERR_WRONG_TYPE; /// SSCAN 返回结果类型定义:(next_cursor, members) pub type SetScanResult = (u64, Vec<Vec<u8>>);