Type Definition redo::Result[][src]

pub type Result<C> = Result<(), <C as Command>::Error>;
Expand description

A specialized Result type for undo-redo operations.