Type Definition CipherResult
shadowsocks::crypto::cipher
type CipherResult<T> = Result<T, Error>;
Cipher result