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