Add the void type to Result class, like: Result<void, E>,and use "Ok()" to return the success void type.
Add the void type to Result class, like: Result<void, E>,and use "Ok()" to return the success void type.