Created
November 27, 2021 03:07
-
-
Save roneygomes/c6c231477b2bcd1627474e323d42c6ed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let mut array_wrapper = ArrayWrapper { | |
buffer: vec![] | |
}; | |
let media: &mut dyn Write = &mut array_wrapper; | |
write(media, "alô mundo!"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment