TextExtError

Trait TextExtError 

Source
pub trait TextExtError: Text {
    type Error: Error + From<<Self as Text>::Error> + Send + Sync;
}

Required Associated Types§

Source

type Error: Error + From<<Self as Text>::Error> + Send + Sync

Implementations on Foreign Types§

Source§

impl TextExtError for TextProxy<'_>

Implementors§