Type Definition id3::Result[][src]

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

Type alias for the result of tag operations.