Trait rkyv::validation::LayoutMetadata[][src]

pub trait LayoutMetadata<T: ?Sized> {
    fn layout(self) -> Layout;
}
Expand description

Gets the layout of a type from its metadata.

Required methods

Gets the layout of the type.

Implementations on Foreign Types

Implementors