Enum php_discovery::error::DiscoveryError
source · pub enum DiscoveryError {
FailedToReadDirectory(Error),
InstallationError(InstallationError),
}Variants§
FailedToReadDirectory(Error)
InstallationError(InstallationError)
Trait Implementations§
source§impl Debug for DiscoveryError
impl Debug for DiscoveryError
source§impl From<Error> for DiscoveryError
impl From<Error> for DiscoveryError
source§impl From<InstallationError> for DiscoveryError
impl From<InstallationError> for DiscoveryError
source§fn from(value: InstallationError) -> Self
fn from(value: InstallationError) -> Self
Converts to this type from the input type.