Type Definition id3::Result

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

Type alias for the result of tag operations.