Skip to main content

bytes_const

Function bytes_const 

Source
pub fn bytes_const(
    field_context: &FieldContext<'_>,
    value: &Bytes,
    target: &'static [u8],
    error_message: &'static str,
) -> Result<(), Violation>
Available on crate feature bytes only.