[][src]Struct pubgrub::report::DefaultStringReporter

pub struct DefaultStringReporter { /* fields omitted */ }

Default reporter able to generate an explanation as a String.

Implementations

impl DefaultStringReporter[src]

pub fn string_terms<P: Package, V: Version>(terms: &Map<P, Term<V>>) -> String[src]

Try to print terms of an incompatibility in a human-readable way.

Trait Implementations

impl<P: Package, V: Version> Reporter<P, V> for DefaultStringReporter[src]

type Output = String

Output type of the report.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.