Struct chainmail::AuthedUser [] [src]

pub struct AuthedUser<T> {
    pub authed_by: String,
    pub user: T,
}

Fields