Trait soapy::Soapy

source ·
pub trait Soapy: Sized {
    type RawSoa: RawSoa<Self>;
}

Required Associated Types§

source

type RawSoa: RawSoa<Self>

Object Safety§

This trait is not object safe.

Implementors§