[][src]Trait libauthenticator::backup::Backupable

pub trait Backupable: Sized {
    fn backup(codes: Vec<Account>) -> Result<Vec<u8>>;
}

Required methods

fn backup(codes: Vec<Account>) -> Result<Vec<u8>>

Loading content...

Implementors

impl Backupable for AndOTP[src]

Loading content...