[][src]Type Definition otp::TotpResult

type TotpResult<T> = Result<T, Box<dyn Error>>;