Function site_icons::get_gif_size

source ·
pub async fn get_gif_size<R: AsyncRead + Unpin>(
    reader: &mut R
) -> Result<IconSize, Box<dyn Error>>