Type Definition ext_php_rs::error::Result

source ·
pub type Result<T, E = Error> = Result<T, E>;
Expand description

The main result type which is passed by the library.