pub type Res<T> = Result<T, Error>;
Result of an high level computation such as in Alice and Bob roles executing the protocol, wraps the crate level Error type.
Error