We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9a977 commit fcbe456Copy full SHA for fcbe456
1 file changed
src/types.rs
@@ -90,7 +90,7 @@ pub struct MediaFile {
90
}
91
92
impl MediaFile {
93
- pub(crate) fn new(title: String, content: Vec<Bytes>) -> Self {
+ pub fn new(title: String, content: Vec<Bytes>) -> Self {
94
Self {
95
id: Uuid::new_v4(),
96
title,
0 commit comments