pub type GraphicalPresenterPresentViewResult = Result<(), PresentViewError>;Aliased Type§
pub enum GraphicalPresenterPresentViewResult {
Ok(()),
Err(PresentViewError),
}pub type GraphicalPresenterPresentViewResult = Result<(), PresentViewError>;pub enum GraphicalPresenterPresentViewResult {
Ok(()),
Err(PresentViewError),
}