Function mesh_node::upcast::force_downcast

source ·
pub fn force_downcast<T, U>(value: T) -> Result<U, Error>
Expand description

Converts a message from one type to another, where the destination type’s encoding is a subset of the source type’s.