Function site_icons::get_png_size

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