Expand description

Allows for the convenient requirement of the proto conversion traits and errors.

use splinter::protos::prelude::*;

Re-exports

pub use super::FromBytes;
pub use super::FromNative;
pub use super::FromProto;
pub use super::IntoBytes;
pub use super::IntoNative;
pub use super::IntoProto;
pub use super::ProtoConversionError;