Trait drogue_client::Attribute[][src]

pub trait Attribute {
    type Dialect: for<'de> Deserialize<'de> + Dialect;
    type Output;
    fn extract(dialect: Option<Result<Self::Dialect, Error>>) -> Self::Output;
}

A specific attribute of a dialected section.

Associated Types

type Dialect: for<'de> Deserialize<'de> + Dialect[src]

type Output[src]

Loading content...

Required methods

fn extract(dialect: Option<Result<Self::Dialect, Error>>) -> Self::Output[src]

Loading content...

Implementors

Loading content...