pub trait ProtobufTransform<T>: Sized {
    fn transform(value: T) -> BuckyResult<Self>;
}

Required Methods

Implementations on Foreign Types

Implementors