Type Definition t2plugin::slread::Result

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

A specialized Result type for slice reading operations.

This typedef is used to shorten std::result::Result<T, slread::Error> to slread::Result<T>.