[][src]Function lastpass::endpoints::load_attachment

pub async fn load_attachment<'_, '_, '_, '_, '_>(
    client: &'_ Client,
    hostname: &'_ str,
    token: &'_ str,
    storage_key: &'_ str,
    decryption_key: &'_ DecryptionKey
) -> Result<Vec<u8>, LoadAttachmentError>