Struct stream_cipher::OverflowError [−][src]
pub struct OverflowError;
The error type returned when a cipher position can not be represented by the requested type.
Trait Implementations
impl Clone for OverflowError
[src]
impl Clone for OverflowError
[src]fn clone(&self) -> OverflowError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<OverflowError> for LoopError
[src]
impl From<OverflowError> for LoopError
[src]