Function nom::slice_to_offsets
[−]
[src]
pub fn slice_to_offsets(input: &[u8], s: &[u8]) -> (usize, usize)
pub fn slice_to_offsets(input: &[u8], s: &[u8]) -> (usize, usize)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, type
, macro
,
and const
.
Search functions by type signature (e.g.
vec -> usize
)