Type Definition ext_php_rs::error::Result[][src]

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

The main result type which is passed by the library.