Trait mesh_protobuf::Downcast
source · pub trait Downcast<T> { }
Expand description
Marker trait indicating that an encoded value of T
can be decoded as a
Self
.
pub trait Downcast<T> { }
Marker trait indicating that an encoded value of T
can be decoded as a
Self
.