file_operation/file/
struct.rs

1#[derive(Debug, Clone)]
2pub struct FileDataString(pub(crate) String);