[][src]Type Definition elgamal_curve25519::Result

type Result<T> = Result<T, Error>;

Result is the type used for fallible outputs. It's an alias to the Result type in standard library whith error the library Error type.