Enum lfa::AdaptError[][src]

pub enum AdaptError {
    Failed,
    NotImplemented,
}

Variants

Trait Implementations

impl Debug for AdaptError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AdaptError

impl Sync for AdaptError