[][src]Type Definition ciphers::CipherResult

type CipherResult = Result<String, CipherInputError>;

A Result alias where the Err case is ciphers::CipherInputError.