Function writeable::testing::try_writeable_to_parts_for_test

source ยท
pub fn try_writeable_to_parts_for_test<W: TryWriteable>(
    writeable: &W,
) -> (String, Vec<(usize, usize, Part)>, Option<W::Error>)