Type Definition ext_php_rs::php::exceptions::PhpResult [−][src]
pub type PhpResult<T = ()> = Result<T, PhpException<'static>>;
Expand description
Result type with the error variant as a PhpException
.
pub type PhpResult<T = ()> = Result<T, PhpException<'static>>;
Result type with the error variant as a PhpException
.