Struct bounds::Bound [] [src]

pub struct Bound<T> {
    pub bound_type: BoundType,
    pub value: T,
}

Fields

Methods

impl<T> Bound<T>
[src]

[src]

[src]

Trait Implementations

impl<T: Debug> Debug for Bound<T>
[src]

[src]

Formats the value using the given formatter.