pub trait TextBlockingExtError: TextBlocking { type Error: Error + From<<Self as TextBlocking>::Error>; }