Type Definition webc::ReadResult

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

The result type used within the read module.