[][src]Trait authorized::Authorized

pub trait Authorized {
    type Source: Authorizable;
    fn build_serialize_struct<E>(
        &self,
        unauthorized_fields: &[&str]
    ) -> Result<Self::Source, E>; }

Associated Types

Loading content...

Required methods

fn build_serialize_struct<E>(
    &self,
    unauthorized_fields: &[&str]
) -> Result<Self::Source, E>

Loading content...

Implementors

Loading content...