Struct c2_chacha::stream_cipher::OverflowError [−][src]
pub struct OverflowError;Expand description
The error type returned when a cipher position can not be represented by the requested type.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for OverflowError
impl Send for OverflowError
impl Sync for OverflowError
impl Unpin for OverflowError
impl UnwindSafe for OverflowError
Blanket Implementations
Mutably borrows from an owned value. Read more