style_derive::cg

Function split_camel_segment

source
fn split_camel_segment<'input>(
    camel_case: &mut &'input str,
) -> Option<&'input str>
Expand description

Given “FooBar”, returns “Foo” and sets camel_case to “Bar”.