pub struct Error<T> {
pub state: MemoryState,
pub input: T,
pub retry: bool,
}Fields
state: MemoryStateinput: Tretry: boolpub struct Error<T> {
pub state: MemoryState,
pub input: T,
pub retry: bool,
}state: MemoryStateinput: Tretry: bool