```rust pub fn from_slice<'input:$0 'facet, 'facet, T>( json: &'input [u8], ) -> Result<T, JsonError<'_>> where T: Facet<'facet> {} ``` should trigger it here