file_operation/file/
type.rs

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