AccessibleExtError

Trait AccessibleExtError 

Source
pub trait AccessibleExtError: Accessible + Convertable {
    type Error: Error + From<<Self as Accessible>::Error> + From<<Self as Convertable>::Error> + From<<<Self as Convertable>::Text as Text>::Error> + From<TryFromIntError> + Send;
}

Required Associated Types§

Source

type Error: Error + From<<Self as Accessible>::Error> + From<<Self as Convertable>::Error> + From<<<Self as Convertable>::Text as Text>::Error> + From<TryFromIntError> + Send

Implementations on Foreign Types§

Source§

impl AccessibleExtError for AccessibleProxy<'_>

Implementors§