pub trait FetchImage { // Required methods fn id(&self) -> Uuid; fn url(&self) -> &str; fn kind(&self) -> ImageKind; }