pub trait PlayerError: Error + Debug + Send + 'static { }
USIPlayerの実装から投げられるエラーであることを示すマーカートレイト
USIPlayer