Trait scratchstack_aws_principal::details::Data[][src]

pub trait Data where
    Self: Clone + Debug + PartialEq + Eq + Send + Sized + Sync + 'static, 
{ }

A trait bound/alias for principal flavor-specific data. This is automatically implemented for any type which matches the required bounds.

Implementors

impl<T> Data for T where
    T: Clone + Debug + PartialEq + Eq + Send + Sized + Sync + 'static, 
[src]

Loading content...