Type Definition domain::master::error::ScanResult [] [src]

type ScanResult<T> = Result<T, ScanError>;

A result with a scan error.