Trait mu_alb::serializer::AlbSerialize[][src]

pub trait AlbSerialize {
    fn to_alb_response(&self) -> AlbTargetGroupResponse;
}
Expand description

Serialize ordinary structures and enums into an ALB valid response.

Required methods

Loading content...

Implementations on Foreign Types

impl AlbSerialize for AlbTargetGroupResponse[src]

impl<T, E> AlbSerialize for Result<T, E> where
    T: Serialize,
    E: Debug
[src]

Loading content...

Implementors

Loading content...