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