1 2 3 4 5 6 7 8 9 10
use yew::prelude::*; use vcard::properties; use vcard::parameters; use vcard::values::{self, text}; #[derive(Clone)] pub struct Photo { pub base64_image: String, }