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

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

The main result type which is passed by the library.