pub type Result = Result<(), Error>;
A type alias for the result of a Flash operation.
pub enum Result { Ok(()), Err(Error), }
Contains the success value
Contains the error value