pub fn read_proto_from_file<M: Message>(
    filename: *const u8,
    proto: *mut M
) -> bool
Expand description

| Read Proto from a file, letting the code | figure out if it is text or binary. |