TextBlockingExtError

Trait TextBlockingExtError 

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

Required Associated Types§

Implementations on Foreign Types§

Source§

impl TextBlockingExtError for TextProxyBlocking<'_>

Implementors§