un-export
This commit is contained in:
@@ -249,11 +249,11 @@ struct AWhisper {
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Whispered {
|
||||
pub data: Vec<AWhispered>,
|
||||
data: Vec<AWhispered>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct AWhispered {
|
||||
struct AWhispered {
|
||||
pub data: String,
|
||||
pub offset: i64,
|
||||
pub length: i64,
|
||||
|
||||
Reference in New Issue
Block a user